Html Css Color HEX #F3DF7F Buff

📋 copy color: '#F3DF7F'

red 243 ◦ green 223 ◦ blue 127

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

Shades of Buff #F3DF7F

Tints of Buff #F3DF7F

RGB

 RED value IS 243 (95.31% from 255) = 40.98%

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

 BLUE value IS 127 (50% from 255) = 21.42%

R = 40.98%
G = 37.61%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F3DF7F (or 0xF3DF7F) is known color: Buff. HEX triplet: F3, DF and 7F. RGB value is (243,223,127). Sum of RGB (Red+Green+Blue) = 243+223+127=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 127 (50% from 255 or 21.42% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DF7F is #0C2080. Grayscale: #DADADA. Windows color (decimal): -794753 or 8380403. OLE color: 8380403.

HSL color Cylindrical-coordinate representation of color #F3DF7F: hue angle of 49.66º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F3DF7F is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 223 127 -
CMYK 0 0.08 0.48 0.05
HSL 49.66º 0.83% 0.73% -
HSV(B) 49.66º 0.48% 0.95% -
XYZ 67.18 73.36 30.7 -
YUV 218.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 243 223 127 0 0.08 0.48 0.05 49.66 0.83 0.73
Hex F3 DF 7F 0 8 30 5 32 53 49
Octal 363 337 177 0 10 60 5 62 123 111
Binary 11110011 11011111 1111111 0 1000 110000 101 110010 1010011 1001001

Color Harmonies of #F3DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DF7F

Black with #F3DF7F

Text Example


Text Example

White with #F3DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DF7F; }

 p { color: rgb(243,223,127); }

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

background-color css

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

 a { background-color: rgb(243,223,127); }

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

border-color css

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

 span { border-color: rgb(243,223,127); }

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