Html Css Color HEX #F2C086 Corvette

📋 copy color: '#F2C086'

red 242 ◦ green 192 ◦ blue 134

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

Shades of Corvette #F2C086

Tints of Corvette #F2C086

RGB

 RED value IS 242 (94.92% from 255) = 42.61%

 GREEN value IS 192 (75.39% from 255) = 33.8%

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

R = 42.61%
G = 33.8%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2C086 (or 0xF2C086) is known color: Corvette. HEX triplet: F2, C0 and 86. RGB value is (242,192,134). Sum of RGB (Red+Green+Blue) = 242+192+134=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C086 is #0D3F79. Grayscale: #C8C8C8. Windows color (decimal): -868218 or 8831218. OLE color: 8831218.

HSL color Cylindrical-coordinate representation of color #F2C086: hue angle of 32.22º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2C086 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 134 -
CMYK 0 0.21 0.45 0.05
HSL 32.22º 0.81% 0.74% -
HSV(B) 32.22º 0.45% 0.95% -
XYZ 59.77 58.3 30.66 -
YUV 200.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 242 192 134 0 0.21 0.45 0.05 32.22 0.81 0.74
Hex F2 C0 86 0 15 2D 5 20 51 4A
Octal 362 300 206 0 25 55 5 40 121 112
Binary 11110010 11000000 10000110 0 10101 101101 101 100000 1010001 1001010

Color Harmonies of #F2C086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C086

Black with #F2C086

Text Example


Text Example

White with #F2C086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C086; }

 p { color: rgb(242,192,134); }

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

background-color css

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

 a { background-color: rgb(242,192,134); }

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

border-color css

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

 span { border-color: rgb(242,192,134); }

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