#F0B981

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

Shades of Corvette #F0B981

Tints of Corvette #F0B981

Color information

#F0B981 (or 0xF0B981) is unknown color: approx Corvette. HEX triplet: F0, B9 and 81. RGB value is (240,185,129). Sum of RGB (Red+Green+Blue) = 240+185+129=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B981 is #0F467E. Grayscale: #C3C3C3. Windows color (decimal): -1001087 or 8501744. OLE color: 8501744.

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

Color convert

RGB240185129-
CMYK00.230.460.06
HSL30.27º78.72%72.35%-
HSV(B)30.27º46.25%94.12%-
XYZ57.2554.8128.33-
YUV195.0690.72160.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.32%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 129 (50.78% from 255) = 23.29%
R=43.32%
G=33.39%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018512900.230.460.0630.2778.7272.35
HexF0B9810172E61e4f48
Octal36027120102756636117110
Binary1111000010111001100000010101111011101101111010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B981; }

 p { color: rgb(240,185,129); }

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

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

 a { background-color: rgb(240,185,129); }

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

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

 span { border-color: rgb(240,185,129); }

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