#f0bb7e

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

Shades of Corvette #F0BB7E

Tints of Corvette #F0BB7E

Color information

#F0BB7E (or 0xF0BB7E) is unknown color: approx Corvette. HEX triplet: F0, BB and 7E. RGB value is (240,187,126). Sum of RGB (Red+Green+Blue) = 240+187+126=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BB7E is #0F4481. Grayscale: #C4C4C4. Windows color (decimal): -1000578 or 8305648. OLE color: 8305648.

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

Color convert

RGB240187126-
CMYK00.220.480.06
HSL32.11º79.17%71.76%-
HSV(B)32.11º47.5%94.12%-
XYZ57.4755.5727.44-
YUV195.8988.56159.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 126 (49.61% from 255) = 22.78%
R=43.40%
G=33.82%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018712600.220.480.0632.1179.1771.76
HexF0BB7E016306204f48
Octal36027317602660640117110
Binary1111000010111011111111001011011000011010000010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0bb7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0bb7e; }

 p { color: rgb(240,187,126); }

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

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

 a { background-color: rgb(240,187,126); }

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

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

 span { border-color: rgb(240,187,126); }

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