Html Css Color HEX #F2DF83 Buff

📋 copy color: '#F2DF83'

red 242 ◦ green 223 ◦ blue 131

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

Shades of Buff #F2DF83

Tints of Buff #F2DF83

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.42%

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

R = 40.6%
G = 37.42%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2DF83 (or 0xF2DF83) is known color: Buff. HEX triplet: F2, DF and 83. RGB value is (242,223,131). Sum of RGB (Red+Green+Blue) = 242+223+131=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF83 is #0D207C. Grayscale: #DADADA. Windows color (decimal): -860285 or 8642546. OLE color: 8642546.

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

Color convert

RGB 242 223 131 -
CMYK 0 0.08 0.46 0.05
HSL 49.73º 0.81% 0.73% -
HSV(B) 49.73º 0.46% 0.95% -
XYZ 67.1 73.29 32.08 -
YUV 218.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 242 223 131 0 0.08 0.46 0.05 49.73 0.81 0.73
Hex F2 DF 83 0 8 2E 5 32 51 49
Octal 362 337 203 0 10 56 5 62 121 111
Binary 11110010 11011111 10000011 0 1000 101110 101 110010 1010001 1001001

Color Harmonies of #F2DF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF83

Black with #F2DF83

Text Example


Text Example

White with #F2DF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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