#F0C182

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

Shades of Corvette #F0C182

Tints of Corvette #F0C182

Color information

#F0C182 (or 0xF0C182) is unknown color: approx Corvette. HEX triplet: F0, C1 and 82. RGB value is (240,193,130). Sum of RGB (Red+Green+Blue) = 240+193+130=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C182 is #0F3E7D. Grayscale: #C8C8C8. Windows color (decimal): -999038 or 8569328. OLE color: 8569328.

HSL color Cylindrical-coordinate representation of color #F0C182: hue angle of 34.36º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0C182 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB240193130-
CMYK00.200.460.06
HSL34.36º78.57%72.55%-
HSV(B)34.36º45.83%94.12%-
XYZ59.0358.2829.26-
YUV199.8788.57156.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 130 (51.17% from 255) = 23.09%
R=42.63%
G=34.28%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019313000.200.460.0634.3678.5772.55
HexF0C1820142E6224f49
Octal36030120202456642117111
Binary11110000110000011000001001010010111011010001010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C182; }

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

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

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

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

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

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

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

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