#F0C17E

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

Shades of Corvette #F0C17E

Tints of Corvette #F0C17E

Color information

#F0C17E (or 0xF0C17E) is unknown color: approx Corvette. HEX triplet: F0, C1 and 7E. RGB value is (240,193,126). Sum of RGB (Red+Green+Blue) = 240+193+126=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C17E is #0F3E81. Grayscale: #C7C7C7. Windows color (decimal): -999042 or 8307184. OLE color: 8307184.

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

Color convert

RGB240193126-
CMYK00.200.480.06
HSL35.26º79.17%71.76%-
HSV(B)35.26º47.5%94.12%-
XYZ58.7758.1727.87-
YUV199.4286.57156.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.93%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 126 (49.61% from 255) = 22.54%
R=42.93%
G=34.53%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019312600.200.480.0635.2679.1771.76
HexF0C17E014306234f48
Octal36030117602460643117110
Binary1111000011000001111111001010011000011010001110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C17E; }

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

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

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

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

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

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

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

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