Html Css Color HEX #F2C085 Corvette

📋 copy color: '#F2C085'

red 242 ◦ green 192 ◦ blue 133

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

Shades of Corvette #F2C085

Tints of Corvette #F2C085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.46%

R = 42.68%
G = 33.86%
B = 23.46%

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

#F2C085 (or 0xF2C085) is known color: Corvette. HEX triplet: F2, C0 and 85. RGB value is (242,192,133). Sum of RGB (Red+Green+Blue) = 242+192+133=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C085 is #0D3F7A. Grayscale: #C8C8C8. Windows color (decimal): -868219 or 8765682. OLE color: 8765682.

HSL color Cylindrical-coordinate representation of color #F2C085: hue angle of 32.48º 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 #F2C085 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 133 -
CMYK 0 0.21 0.45 0.05
HSL 32.48º 0.81% 0.74% -
HSV(B) 32.48º 0.45% 0.95% -
XYZ 59.7 58.27 30.29 -
YUV 200.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 242 192 133 0 0.21 0.45 0.05 32.48 0.81 0.74
Hex F2 C0 85 0 15 2D 5 20 51 4A
Octal 362 300 205 0 25 55 5 40 121 112
Binary 11110010 11000000 10000101 0 10101 101101 101 100000 1010001 1001010

Color Harmonies of #F2C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C085

Black with #F2C085

Text Example


Text Example

White with #F2C085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C085; }

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

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

background-color css

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

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

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

border-color css

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

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

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