#F0B87D

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

Shades of Corvette #F0B87D

Tints of Corvette #F0B87D

Color information

#F0B87D (or 0xF0B87D) is unknown color: approx Corvette. HEX triplet: F0, B8 and 7D. RGB value is (240,184,125). Sum of RGB (Red+Green+Blue) = 240+184+125=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B87D is #0F4782. Grayscale: #C2C2C2. Windows color (decimal): -1001347 or 8239344. OLE color: 8239344.

HSL color Cylindrical-coordinate representation of color #F0B87D: hue angle of 30.78º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0B87D is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB240184125-
CMYK00.230.480.06
HSL30.78º79.31%71.57%-
HSV(B)30.78º47.92%94.12%-
XYZ56.7854.2926.89-
YUV194.0289.05160.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.72%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 125 (49.22% from 255) = 22.77%
R=43.72%
G=33.52%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018412500.230.480.0630.7879.3171.57
HexF0B87D0173061f4f48
Octal36027017502760637117110
Binary111100001011100011111010101111100001101111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B87D; }

 p { color: rgb(240,184,125); }

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

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

 a { background-color: rgb(240,184,125); }

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

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

 span { border-color: rgb(240,184,125); }

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