#f0bf78

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

Shades of Corvette #F0BF78

Tints of Corvette #F0BF78

Color information

#F0BF78 (or 0xF0BF78) is unknown color: approx Corvette. HEX triplet: F0, BF and 78. RGB value is (240,191,120). Sum of RGB (Red+Green+Blue) = 240+191+120=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF78 is #0F4087. Grayscale: #C5C5C5. Windows color (decimal): -999560 or 7913456. OLE color: 7913456.

HSL color Cylindrical-coordinate representation of color #F0BF78: hue angle of 35.5º 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 #F0BF78 is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB240191120-
CMYK00.200.50.06
HSL35.5º80%70.59%-
HSV(B)35.5º50%94.12%-
XYZ57.9657.1425.74-
YUV197.5684.23158.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 120 (47.27% from 255) = 21.78%
R=43.56%
G=34.66%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019112000.200.50.0635.58070.59
HexF0BF78014326245047
Octal36027717002462644120107
Binary1111000010111111111100001010011001011010010010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0bf78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0bf78; }

 p { color: rgb(240,191,120); }

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

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

 a { background-color: rgb(240,191,120); }

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

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

 span { border-color: rgb(240,191,120); }

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