#F0C38A

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

Shades of Corvette #F0C38A

Tints of Corvette #F0C38A

Color information

#F0C38A (or 0xF0C38A) is unknown color: approx Corvette. HEX triplet: F0, C3 and 8A. RGB value is (240,195,138). Sum of RGB (Red+Green+Blue) = 240+195+138=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C38A is #0F3C75. Grayscale: #CACACA. Windows color (decimal): -998518 or 9094128. OLE color: 9094128.

HSL color Cylindrical-coordinate representation of color #F0C38A: hue angle of 33.53º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0C38A is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240195138-
CMYK00.190.420.06
HSL33.53º77.27%74.12%-
HSV(B)33.53º42.5%94.12%-
XYZ60.0459.3932.34-
YUV201.9691.91155.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 138 (54.30% from 255) = 24.08%
R=41.88%
G=34.03%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019513800.190.420.0633.5377.2774.12
HexF0C38A0132A6224d4a
Octal36030321202352642115112
Binary11110000110000111000101001001110101011010001010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C38A; }

 p { color: rgb(240,195,138); }

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

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

 a { background-color: rgb(240,195,138); }

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

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

 span { border-color: rgb(240,195,138); }

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