#F5BF84

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

Shades of Corvette #F5BF84

Tints of Corvette #F5BF84

Color information

#F5BF84 (or 0xF5BF84) is unknown color: approx Corvette. HEX triplet: F5, BF and 84. RGB value is (245,191,132). Sum of RGB (Red+Green+Blue) = 245+191+132=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BF84 is #0A407B. Grayscale: #C8C8C8. Windows color (decimal): -671868 or 8699893. OLE color: 8699893.

HSL color Cylindrical-coordinate representation of color #F5BF84: hue angle of 31.33º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5BF84 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB245191132-
CMYK00.220.460.04
HSL31.33º84.96%73.92%-
HSV(B)31.33º46.12%96.08%-
XYZ60.4558.3429.9-
YUV200.4289.39159.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.13%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 132 (51.95% from 255) = 23.24%
R=43.13%
G=33.63%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519113200.220.460.0431.3384.9673.92
HexF5BF840162E41f554a
Octal36527720402656437125112
Binary1111010110111111100001000101101011101001111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BF84; }

 p { color: rgb(245,191,132); }

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

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

 a { background-color: rgb(245,191,132); }

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

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

 span { border-color: rgb(245,191,132); }

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