Html Css Color HEX #F2DD83 Buff

📋 copy color: '#F2DD83'

red 242 ◦ green 221 ◦ blue 131

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

Shades of Buff #F2DD83

Tints of Buff #F2DD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.05%

R = 40.74%
G = 37.21%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2DD83 (or 0xF2DD83) is known color: Buff. HEX triplet: F2, DD and 83. RGB value is (242,221,131). Sum of RGB (Red+Green+Blue) = 242+221+131=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DD83 is #0D227C. Grayscale: #D9D9D9. Windows color (decimal): -860797 or 8642034. OLE color: 8642034.

HSL color Cylindrical-coordinate representation of color #F2DD83: hue angle of 48.65º 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 #F2DD83 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 131 -
CMYK 0 0.09 0.46 0.05
HSL 48.65º 0.81% 0.73% -
HSV(B) 48.65º 0.46% 0.95% -
XYZ 66.57 72.23 31.91 -
YUV 217.02 79.46 145.82 -
System Red Green Blue C M Y K H S L
Decimal 242 221 131 0 0.09 0.46 0.05 48.65 0.81 0.73
Hex F2 DD 83 0 9 2E 5 31 51 49
Octal 362 335 203 0 11 56 5 61 121 111
Binary 11110010 11011101 10000011 0 1001 101110 101 110001 1010001 1001001

Color Harmonies of #F2DD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD83

Black with #F2DD83

Text Example


Text Example

White with #F2DD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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