Html Css Color HEX #F2DE7C Buff

📋 copy color: '#F2DE7C'

red 242 ◦ green 222 ◦ blue 124

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

Shades of Buff #F2DE7C

Tints of Buff #F2DE7C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.76%

 BLUE value IS 124 (48.83% from 255) = 21.09%

R = 41.16%
G = 37.76%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2DE7C (or 0xF2DE7C) is known color: Buff. HEX triplet: F2, DE and 7C. RGB value is (242,222,124). Sum of RGB (Red+Green+Blue) = 242+222+124=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DE7C is #0D2183. Grayscale: #D9D9D9. Windows color (decimal): -860548 or 8183538. OLE color: 8183538.

HSL color Cylindrical-coordinate representation of color #F2DE7C: hue angle of 49.83º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2DE7C is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 222 124 -
CMYK 0 0.08 0.49 0.05
HSL 49.83º 0.82% 0.72% -
HSV(B) 49.83º 0.49% 0.95% -
XYZ 66.38 72.58 29.58 -
YUV 216.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 242 222 124 0 0.08 0.49 0.05 49.83 0.82 0.72
Hex F2 DE 7C 0 8 31 5 32 52 48
Octal 362 336 174 0 10 61 5 62 122 110
Binary 11110010 11011110 1111100 0 1000 110001 101 110010 1010010 1001000

Color Harmonies of #F2DE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DE7C

Black with #F2DE7C

Text Example


Text Example

White with #F2DE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DE7C; }

 p { color: rgb(242,222,124); }

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

background-color css

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

 a { background-color: rgb(242,222,124); }

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

border-color css

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

 span { border-color: rgb(242,222,124); }

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