#F4BB80

Color #F4BB80 Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #F4BB80

Tints of Corvette #F4BB80

Color information

#F4BB80 (or 0xF4BB80) is unknown color: approx Corvette. HEX triplet: F4, BB and 80. RGB value is (244,187,128). Sum of RGB (Red+Green+Blue) = 244+187+128=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BB80 is #0B447F. Grayscale: #C5C5C5. Windows color (decimal): -738432 or 8436724. OLE color: 8436724.

HSL color Cylindrical-coordinate representation of color #F4BB80: hue angle of 30.52º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4BB80 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB244187128-
CMYK00.230.480.04
HSL30.52º84.06%72.94%-
HSV(B)30.52º47.54%95.69%-
XYZ58.9756.3328.19-
YUV197.3288.88161.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.65%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 128 (50.39% from 255) = 22.90%
R=43.65%
G=33.45%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418712800.230.480.0430.5284.0672.94
HexF4BB800173041f5449
Octal36427320002760437124111
Binary1111010010111011100000000101111100001001111110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BB80; }

 p { color: rgb(244,187,128); }

 H1.HeaderClassName
 {
   color: #F4BB80;
 }
 .AnyTagClassName
 {
   color: #F4BB80;
 }
</style>
background-color css

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

 a { background-color: rgb(244,187,128); }

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

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

 span { border-color: rgb(244,187,128); }

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