#F0C18D

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

Shades of Corvette #F0C18D

Tints of Corvette #F0C18D

Color information

#F0C18D (or 0xF0C18D) is unknown color: approx Corvette. HEX triplet: F0, C1 and 8D. RGB value is (240,193,141). Sum of RGB (Red+Green+Blue) = 240+193+141=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C18D is #0F3E72. Grayscale: #C9C9C9. Windows color (decimal): -999027 or 9290224. OLE color: 9290224.

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

Color convert

RGB240193141-
CMYK00.200.410.06
HSL31.52º76.74%74.71%-
HSV(B)31.52º41.25%94.12%-
XYZ59.8158.5933.36-
YUV201.1294.07155.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 193 (75.78% from 255) = 33.62%
BLUE value IS 141 (55.47% from 255) = 24.56%
R=41.81%
G=33.62%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019314100.200.410.0631.5276.7474.71
HexF0C18D014296204d4b
Octal36030121502451640115113
Binary11110000110000011000110101010010100111010000010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C18D; }

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

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

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

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

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

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

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

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