Html Css Color HEX #F2BF86 Corvette

📋 copy color: '#F2BF86'

red 242 ◦ green 191 ◦ blue 134

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

Shades of Corvette #F2BF86

Tints of Corvette #F2BF86

RGB

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

 GREEN value IS 191 (75% from 255) = 33.69%

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

R = 42.68%
G = 33.69%
B = 23.63%

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

#F2BF86 (or 0xF2BF86) is known color: Corvette. HEX triplet: F2, BF and 86. RGB value is (242,191,134). Sum of RGB (Red+Green+Blue) = 242+191+134=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BF86 is #0D4079. Grayscale: #C8C8C8. Windows color (decimal): -868474 or 8830962. OLE color: 8830962.

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

Color convert

RGB 242 191 134 -
CMYK 0 0.21 0.45 0.05
HSL 31.67º 0.81% 0.74% -
HSV(B) 31.67º 0.45% 0.95% -
XYZ 59.55 57.86 30.58 -
YUV 199.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 242 191 134 0 0.21 0.45 0.05 31.67 0.81 0.74
Hex F2 BF 86 0 15 2D 5 20 51 4A
Octal 362 277 206 0 25 55 5 40 121 112
Binary 11110010 10111111 10000110 0 10101 101101 101 100000 1010001 1001010

Color Harmonies of #F2BF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF86

Black with #F2BF86

Text Example


Text Example

White with #F2BF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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