#F0B67D

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

Shades of Corvette #F0B67D

Tints of Corvette #F0B67D

Color information

#F0B67D (or 0xF0B67D) is unknown color: approx Corvette. HEX triplet: F0, B6 and 7D. RGB value is (240,182,125). Sum of RGB (Red+Green+Blue) = 240+182+125=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B67D is #0F4982. Grayscale: #C1C1C1. Windows color (decimal): -1001859 or 8238832. OLE color: 8238832.

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

Color convert

RGB240182125-
CMYK00.240.480.06
HSL29.74º79.31%71.57%-
HSV(B)29.74º47.92%94.12%-
XYZ56.3653.4626.75-
YUV192.8489.72161.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 125 (49.22% from 255) = 22.85%
R=43.88%
G=33.27%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018212500.240.480.0629.7479.3171.57
HexF0B67D0183061e4f48
Octal36026617503060636117110
Binary111100001011011011111010110001100001101111010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B67D; }

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

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

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

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

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

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

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

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