Html Css Color HEX #F2E082 Buff

📋 copy color: '#F2E082'

red 242 ◦ green 224 ◦ blue 130

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

Shades of Buff #F2E082

Tints of Buff #F2E082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.58%

 BLUE value IS 130 (51.17% from 255) = 21.81%

R = 40.6%
G = 37.58%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2E082 (or 0xF2E082) is known color: Buff. HEX triplet: F2, E0 and 82. RGB value is (242,224,130). Sum of RGB (Red+Green+Blue) = 242+224+130=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E082 is #0D1F7D. Grayscale: #DBDBDB. Windows color (decimal): -860030 or 8577266. OLE color: 8577266.

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

Color convert

RGB 242 224 130 -
CMYK 0 0.07 0.46 0.05
HSL 50.36º 0.81% 0.73% -
HSV(B) 50.36º 0.46% 0.95% -
XYZ 67.3 73.8 31.82 -
YUV 218.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 242 224 130 0 0.07 0.46 0.05 50.36 0.81 0.73
Hex F2 E0 82 0 7 2E 5 32 51 49
Octal 362 340 202 0 7 56 5 62 121 111
Binary 11110010 11100000 10000010 0 111 101110 101 110010 1010001 1001001

Color Harmonies of #F2E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E082

Black with #F2E082

Text Example


Text Example

White with #F2E082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E082; }

 p { color: rgb(242,224,130); }

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

background-color css

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

 a { background-color: rgb(242,224,130); }

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

border-color css

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

 span { border-color: rgb(242,224,130); }

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