Html Css Color HEX #F0C286 Corvette

📋 copy color: '#F0C286'

red 240 ◦ green 194 ◦ blue 134

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

Shades of Corvette #F0C286

Tints of Corvette #F0C286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.59%

R = 42.25%
G = 34.15%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F0C286 (or 0xF0C286) is known color: Corvette. HEX triplet: F0, C2 and 86. RGB value is (240,194,134). Sum of RGB (Red+Green+Blue) = 240+194+134=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C286 is #0F3D79. Grayscale: #C9C9C9. Windows color (decimal): -998778 or 8831728. OLE color: 8831728.

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

Color convert

RGB 240 194 134 -
CMYK 0 0.19 0.44 0.06
HSL 33.96º 0.78% 0.73% -
HSV(B) 33.96º 0.44% 0.94% -
XYZ 59.53 58.83 30.77 -
YUV 200.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 240 194 134 0 0.19 0.44 0.06 33.96 0.78 0.73
Hex F0 C2 86 0 13 2C 6 22 4E 49
Octal 360 302 206 0 23 54 6 42 116 111
Binary 11110000 11000010 10000110 0 10011 101100 110 100010 1001110 1001001

Color Harmonies of #F0C286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C286

Black with #F0C286

Text Example


Text Example

White with #F0C286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C286; }

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

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

background-color css

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

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

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

border-color css

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

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

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