#F0BD79

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

Shades of Corvette #F0BD79

Tints of Corvette #F0BD79

Color information

#F0BD79 (or 0xF0BD79) is unknown color: approx Corvette. HEX triplet: F0, BD and 79. RGB value is (240,189,121). Sum of RGB (Red+Green+Blue) = 240+189+121=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 121 (47.66% from 255 or 22% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BD79 is #0F4286. Grayscale: #C4C4C4. Windows color (decimal): -1000071 or 7978480. OLE color: 7978480.

HSL color Cylindrical-coordinate representation of color #F0BD79: hue angle of 34.29º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0BD79 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB240189121-
CMYK00.210.500.06
HSL34.29º79.87%70.78%-
HSV(B)34.29º49.58%94.12%-
XYZ57.5856.325.92-
YUV196.585.4159.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 121 (47.66% from 255) = 22%
R=43.64%
G=34.36%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018912100.210.500.0634.2979.8770.78
HexF0BD79015326225047
Octal36027517102562642120107
Binary1111000010111101111100101010111001011010001010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BD79; }

 p { color: rgb(240,189,121); }

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

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

 a { background-color: rgb(240,189,121); }

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

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

 span { border-color: rgb(240,189,121); }

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