Html Css Color HEX #F6DE7D Buff

📋 copy color: '#F6DE7D'

red 246 ◦ green 222 ◦ blue 125

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

Shades of Buff #F6DE7D

Tints of Buff #F6DE7D

RGB

 RED value IS 246 (96.48% from 255) = 41.48%

 GREEN value IS 222 (87.11% from 255) = 37.44%

 BLUE value IS 125 (49.22% from 255) = 21.08%

R = 41.48%
G = 37.44%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6DE7D (or 0xF6DE7D) is known color: Buff. HEX triplet: F6, DE and 7D. RGB value is (246,222,125). Sum of RGB (Red+Green+Blue) = 246+222+125=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DE7D is #092182. Grayscale: #DADADA. Windows color (decimal): -598403 or 8249078. OLE color: 8249078.

HSL color Cylindrical-coordinate representation of color #F6DE7D: hue angle of 48.1º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6DE7D is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 222 125 -
CMYK 0 0.10 0.49 0.04
HSL 48.1º 0.87% 0.73% -
HSV(B) 48.1º 0.49% 0.96% -
XYZ 67.83 73.32 29.98 -
YUV 218.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 246 222 125 0 0.10 0.49 0.04 48.1 0.87 0.73
Hex F6 DE 7D 0 A 31 4 30 57 49
Octal 366 336 175 0 12 61 4 60 127 111
Binary 11110110 11011110 1111101 0 1010 110001 100 110000 1010111 1001001

Color Harmonies of #F6DE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DE7D

Black with #F6DE7D

Text Example


Text Example

White with #F6DE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DE7D; }

 p { color: rgb(246,222,125); }

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

background-color css

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

 a { background-color: rgb(246,222,125); }

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

border-color css

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

 span { border-color: rgb(246,222,125); }

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