Html Css Color HEX #F2BB78 Corvette

📋 copy color: '#F2BB78'

red 242 ◦ green 187 ◦ blue 120

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

Shades of Corvette #F2BB78

Tints of Corvette #F2BB78

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.06%

 BLUE value IS 120 (47.27% from 255) = 21.86%

R = 44.08%
G = 34.06%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2BB78 (or 0xF2BB78) is known color: Corvette. HEX triplet: F2, BB and 78. RGB value is (242,187,120). Sum of RGB (Red+Green+Blue) = 242+187+120=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BB78 is #0D4487. Grayscale: #C4C4C4. Windows color (decimal): -869512 or 7912434. OLE color: 7912434.

HSL color Cylindrical-coordinate representation of color #F2BB78: hue angle of 32.95º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2BB78 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 187 120 -
CMYK 0 0.23 0.50 0.05
HSL 32.95º 0.82% 0.71% -
HSV(B) 32.95º 0.5% 0.95% -
XYZ 57.78 55.77 25.49 -
YUV 195.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 242 187 120 0 0.23 0.50 0.05 32.95 0.82 0.71
Hex F2 BB 78 0 17 32 5 21 52 47
Octal 362 273 170 0 27 62 5 41 122 107
Binary 11110010 10111011 1111000 0 10111 110010 101 100001 1010010 1000111

Color Harmonies of #F2BB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BB78

Black with #F2BB78

Text Example


Text Example

White with #F2BB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BB78; }

 p { color: rgb(242,187,120); }

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

background-color css

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

 a { background-color: rgb(242,187,120); }

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

border-color css

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

 span { border-color: rgb(242,187,120); }

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