Html Css Color HEX #F2DC83 Buff

📋 copy color: '#F2DC83'

red 242 ◦ green 220 ◦ blue 131

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

Shades of Buff #F2DC83

Tints of Buff #F2DC83

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

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

R = 40.81%
G = 37.1%
B = 22.09%

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

#F2DC83 (or 0xF2DC83) is known color: Buff. HEX triplet: F2, DC and 83. RGB value is (242,220,131). Sum of RGB (Red+Green+Blue) = 242+220+131=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 131 (51.56% from 255 or 22.09% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DC83 is #0D237C. Grayscale: #D8D8D8. Windows color (decimal): -861053 or 8641778. OLE color: 8641778.

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

Color convert

RGB 242 220 131 -
CMYK 0 0.09 0.46 0.05
HSL 48.11º 0.81% 0.73% -
HSV(B) 48.11º 0.46% 0.95% -
XYZ 66.31 71.7 31.82 -
YUV 216.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 242 220 131 0 0.09 0.46 0.05 48.11 0.81 0.73
Hex F2 DC 83 0 9 2E 5 30 51 49
Octal 362 334 203 0 11 56 5 60 121 111
Binary 11110010 11011100 10000011 0 1001 101110 101 110000 1010001 1001001

Color Harmonies of #F2DC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC83

Black with #F2DC83

Text Example


Text Example

White with #F2DC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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