Html Css Color HEX #F2DD7A Buff

📋 copy color: '#F2DD7A'

red 242 ◦ green 221 ◦ blue 122

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

Shades of Buff #F2DD7A

Tints of Buff #F2DD7A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.78%

 BLUE value IS 122 (48.05% from 255) = 20.85%

R = 41.37%
G = 37.78%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2DD7A (or 0xF2DD7A) is known color: Buff. HEX triplet: F2, DD and 7A. RGB value is (242,221,122). Sum of RGB (Red+Green+Blue) = 242+221+122=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD7A is #0D2285. Grayscale: #D8D8D8. Windows color (decimal): -860806 or 8052210. OLE color: 8052210.

HSL color Cylindrical-coordinate representation of color #F2DD7A: hue angle of 49.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2DD7A is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 122 -
CMYK 0 0.09 0.50 0.05
HSL 49.5º 0.82% 0.71% -
HSV(B) 49.5º 0.5% 0.95% -
XYZ 65.99 72 28.83 -
YUV 215.99 74.96 146.55 -
System Red Green Blue C M Y K H S L
Decimal 242 221 122 0 0.09 0.50 0.05 49.5 0.82 0.71
Hex F2 DD 7A 0 9 32 5 32 52 47
Octal 362 335 172 0 11 62 5 62 122 107
Binary 11110010 11011101 1111010 0 1001 110010 101 110010 1010010 1000111

Color Harmonies of #F2DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD7A

Black with #F2DD7A

Text Example


Text Example

White with #F2DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD7A; }

 p { color: rgb(242,221,122); }

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

background-color css

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

 a { background-color: rgb(242,221,122); }

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

border-color css

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

 span { border-color: rgb(242,221,122); }

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