Html Css Color HEX #FDF076 Witch Haze

📋 copy color: '#FDF076'

red 253 ◦ green 240 ◦ blue 118

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

Shades of Witch Haze #FDF076

Tints of Witch Haze #FDF076

RGB

 RED value IS 253 (99.22% from 255) = 41.41%

 GREEN value IS 240 (94.14% from 255) = 39.28%

 BLUE value IS 118 (46.48% from 255) = 19.31%

R = 41.41%
G = 39.28%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDF076 (or 0xFDF076) is known color: Witch Haze. HEX triplet: FD, F0 and 76. RGB value is (253,240,118). Sum of RGB (Red+Green+Blue) = 253+240+118=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 118 (46.48% from 255 or 19.31% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF076 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF076 is #020F89. Grayscale: #E6E6E6. Windows color (decimal): -135050 or 7794941. OLE color: 7794941.

HSL color Cylindrical-coordinate representation of color #FDF076: hue angle of 54.22º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDF076 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 118 -
CMYK 0 0.05 0.53 0.01
HSL 54.22º 0.97% 0.73% -
HSV(B) 54.22º 0.53% 0.99% -
XYZ 74.94 84.51 29.5 -
YUV 229.98 64.81 144.42 -
System Red Green Blue C M Y K H S L
Decimal 253 240 118 0 0.05 0.53 0.01 54.22 0.97 0.73
Hex FD F0 76 0 5 35 1 36 61 49
Octal 375 360 166 0 5 65 1 66 141 111
Binary 11111101 11110000 1110110 0 101 110101 1 110110 1100001 1001001

Color Harmonies of #FDF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF076

Black with #FDF076

Text Example


Text Example

White with #FDF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF076; }

 p { color: rgb(253,240,118); }

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

background-color css

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

 a { background-color: rgb(253,240,118); }

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

border-color css

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

 span { border-color: rgb(253,240,118); }

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