Html Css Color HEX #F2DD85 Buff

📋 copy color: '#F2DD85'

red 242 ◦ green 221 ◦ blue 133

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

Shades of Buff #F2DD85

Tints of Buff #F2DD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.32%

R = 40.6%
G = 37.08%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2DD85 (or 0xF2DD85) is known color: Buff. HEX triplet: F2, DD and 85. RGB value is (242,221,133). Sum of RGB (Red+Green+Blue) = 242+221+133=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DD85 is #0D227A. Grayscale: #D9D9D9. Windows color (decimal): -860795 or 8773106. OLE color: 8773106.

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

Color convert

RGB 242 221 133 -
CMYK 0 0.09 0.45 0.05
HSL 48.44º 0.81% 0.74% -
HSV(B) 48.44º 0.45% 0.95% -
XYZ 66.71 72.28 32.63 -
YUV 217.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 242 221 133 0 0.09 0.45 0.05 48.44 0.81 0.74
Hex F2 DD 85 0 9 2D 5 30 51 4A
Octal 362 335 205 0 11 55 5 60 121 112
Binary 11110010 11011101 10000101 0 1001 101101 101 110000 1010001 1001010

Color Harmonies of #F2DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD85

Black with #F2DD85

Text Example


Text Example

White with #F2DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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