Html Css Color HEX #F2BE84 Corvette

📋 copy color: '#F2BE84'

red 242 ◦ green 190 ◦ blue 132

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

Shades of Corvette #F2BE84

Tints of Corvette #F2BE84

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.69%

 BLUE value IS 132 (51.95% from 255) = 23.4%

R = 42.91%
G = 33.69%
B = 23.4%

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

#F2BE84 (or 0xF2BE84) is known color: Corvette. HEX triplet: F2, BE and 84. RGB value is (242,190,132). Sum of RGB (Red+Green+Blue) = 242+190+132=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BE84 is #0D417B. Grayscale: #C7C7C7. Windows color (decimal): -868732 or 8699634. OLE color: 8699634.

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

Color convert

RGB 242 190 132 -
CMYK 0 0.21 0.45 0.05
HSL 31.64º 0.81% 0.73% -
HSV(B) 31.64º 0.45% 0.95% -
XYZ 59.2 57.37 29.78 -
YUV 198.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 242 190 132 0 0.21 0.45 0.05 31.64 0.81 0.73
Hex F2 BE 84 0 15 2D 5 20 51 49
Octal 362 276 204 0 25 55 5 40 121 111
Binary 11110010 10111110 10000100 0 10101 101101 101 100000 1010001 1001001

Color Harmonies of #F2BE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE84

Black with #F2BE84

Text Example


Text Example

White with #F2BE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE84; }

 p { color: rgb(242,190,132); }

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

background-color css

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

 a { background-color: rgb(242,190,132); }

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

border-color css

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

 span { border-color: rgb(242,190,132); }

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