Html Css Color HEX #F2BC86 Corvette

📋 copy color: '#F2BC86'

red 242 ◦ green 188 ◦ blue 134

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

Shades of Corvette #F2BC86

Tints of Corvette #F2BC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.33%

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

R = 42.91%
G = 33.33%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2BC86 (or 0xF2BC86) is known color: Corvette. HEX triplet: F2, BC and 86. RGB value is (242,188,134). Sum of RGB (Red+Green+Blue) = 242+188+134=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BC86 is #0D4379. Grayscale: #C6C6C6. Windows color (decimal): -869242 or 8830194. OLE color: 8830194.

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

Color convert

RGB 242 188 134 -
CMYK 0 0.22 0.45 0.05
HSL 30º 0.81% 0.74% -
HSV(B) 30º 0.45% 0.95% -
XYZ 58.9 56.56 30.37 -
YUV 197.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 242 188 134 0 0.22 0.45 0.05 30 0.81 0.74
Hex F2 BC 86 0 16 2D 5 1E 51 4A
Octal 362 274 206 0 26 55 5 36 121 112
Binary 11110010 10111100 10000110 0 10110 101101 101 11110 1010001 1001010

Color Harmonies of #F2BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC86

Black with #F2BC86

Text Example


Text Example

White with #F2BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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