Html Css Color HEX #F0C288 Corvette

📋 copy color: '#F0C288'

red 240 ◦ green 194 ◦ blue 136

#F0C288
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corvette #F0C288

Tints of Corvette #F0C288

RGB

 RED value IS 240 (94.14% from 255) = 42.11%

 GREEN value IS 194 (76.17% from 255) = 34.04%

 BLUE value IS 136 (53.52% from 255) = 23.86%

R = 42.11%
G = 34.04%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F0C288 (or 0xF0C288) is known color: Corvette. HEX triplet: F0, C2 and 88. RGB value is (240,194,136). Sum of RGB (Red+Green+Blue) = 240+194+136=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C288 is #0F3D77. Grayscale: #C9C9C9. Windows color (decimal): -998776 or 8962800. OLE color: 8962800.

HSL color Cylindrical-coordinate representation of color #F0C288: hue angle of 33.46º degrees, saturation: 0.78, 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 #F0C288 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 194 136 -
CMYK 0 0.19 0.43 0.06
HSL 33.46º 0.78% 0.74% -
HSV(B) 33.46º 0.43% 0.94% -
XYZ 59.67 58.89 31.51 -
YUV 201.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 240 194 136 0 0.19 0.43 0.06 33.46 0.78 0.74
Hex F0 C2 88 0 13 2B 6 21 4E 4A
Octal 360 302 210 0 23 53 6 41 116 112
Binary 11110000 11000010 10001000 0 10011 101011 110 100001 1001110 1001010

Color Harmonies of #F0C288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C288

Black with #F0C288

Text Example


Text Example

White with #F0C288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C288; }

 p { color: rgb(240,194,136); }

 H1.HeaderClassName
 {
   color: #F0C288;
 }
 .AnyTagClassName
 {
   color: #F0C288;
 }
</style>

background-color css

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

 a { background-color: rgb(240,194,136); }

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

border-color css

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

 span { border-color: rgb(240,194,136); }

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