Html Css Color HEX #F2E081 Buff

📋 copy color: '#F2E081'

red 242 ◦ green 224 ◦ blue 129

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

Shades of Buff #F2E081

Tints of Buff #F2E081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.68%

R = 40.67%
G = 37.65%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2E081 (or 0xF2E081) is known color: Buff. HEX triplet: F2, E0 and 81. RGB value is (242,224,129). Sum of RGB (Red+Green+Blue) = 242+224+129=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E081 is #0D1F7E. Grayscale: #DADADA. Windows color (decimal): -860031 or 8511730. OLE color: 8511730.

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

Color convert

RGB 242 224 129 -
CMYK 0 0.07 0.47 0.05
HSL 50.44º 0.81% 0.73% -
HSV(B) 50.44º 0.47% 0.95% -
XYZ 67.24 73.77 31.46 -
YUV 218.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 242 224 129 0 0.07 0.47 0.05 50.44 0.81 0.73
Hex F2 E0 81 0 7 2F 5 32 51 49
Octal 362 340 201 0 7 57 5 62 121 111
Binary 11110010 11100000 10000001 0 111 101111 101 110010 1010001 1001001

Color Harmonies of #F2E081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E081

Black with #F2E081

Text Example


Text Example

White with #F2E081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E081; }

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

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

background-color css

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

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

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

border-color css

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

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

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