Html Css Color HEX #F2BA84 Corvette

📋 copy color: '#F2BA84'

red 242 ◦ green 186 ◦ blue 132

#F2BA84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corvette #F2BA84

Tints of Corvette #F2BA84

RGB

 RED value IS 242 (94.92% from 255) = 43.21%

 GREEN value IS 186 (73.05% from 255) = 33.21%

 BLUE value IS 132 (51.95% from 255) = 23.57%

R = 43.21%
G = 33.21%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2BA84 (or 0xF2BA84) is known color: Corvette. HEX triplet: F2, BA and 84. RGB value is (242,186,132). Sum of RGB (Red+Green+Blue) = 242+186+132=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BA84 is #0D457B. Grayscale: #C4C4C4. Windows color (decimal): -869756 or 8698610. OLE color: 8698610.

HSL color Cylindrical-coordinate representation of color #F2BA84: hue angle of 29.45º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2BA84 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 186 132 -
CMYK 0 0.23 0.45 0.05
HSL 29.45º 0.81% 0.73% -
HSV(B) 29.45º 0.45% 0.95% -
XYZ 58.34 55.66 29.5 -
YUV 196.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 242 186 132 0 0.23 0.45 0.05 29.45 0.81 0.73
Hex F2 BA 84 0 17 2D 5 1D 51 49
Octal 362 272 204 0 27 55 5 35 121 111
Binary 11110010 10111010 10000100 0 10111 101101 101 11101 1010001 1001001

Color Harmonies of #F2BA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA84

Black with #F2BA84

Text Example


Text Example

White with #F2BA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA84; }

 p { color: rgb(242,186,132); }

 H1.HeaderClassName
 {
   color: #F2BA84;
 }
 .AnyTagClassName
 {
   color: #F2BA84;
 }
</style>

background-color css

<style>
 a { background-color: #F2BA84; }

 a { background-color: rgb(242,186,132); }

 div.DivClassName
 {
   background-color: #F2BA84;
 }
 .BgClassName
 {
   background-color: #F2BA84;
 }
</style>

border-color css

<style>
 span { border-color: #F2BA84; }

 span { border-color: rgb(242,186,132); }

 td.TdClassName
 {
   border-color: #F2BA84;
 }
 .TagClassName
 {
   border-color: #F2BA84;
 }
</style>