Html Css Color HEX #FDF06D Witch Haze

📋 copy color: '#FDF06D'

red 253 ◦ green 240 ◦ blue 109

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

Shades of Witch Haze #FDF06D

Tints of Witch Haze #FDF06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.11%

R = 42.03%
G = 39.87%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDF06D (or 0xFDF06D) is known color: Witch Haze. HEX triplet: FD, F0 and 6D. RGB value is (253,240,109). Sum of RGB (Red+Green+Blue) = 253+240+109=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 109 (42.97% from 255 or 18.11% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF06D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF06D is #020F92. Grayscale: #E5E5E5. Windows color (decimal): -135059 or 7205117. OLE color: 7205117.

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

Color convert

RGB 253 240 109 -
CMYK 0 0.05 0.57 0.01
HSL 54.58º 0.97% 0.71% -
HSV(B) 54.58º 0.57% 0.99% -
XYZ 74.43 84.31 26.82 -
YUV 228.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 253 240 109 0 0.05 0.57 0.01 54.58 0.97 0.71
Hex FD F0 6D 0 5 39 1 37 61 47
Octal 375 360 155 0 5 71 1 67 141 107
Binary 11111101 11110000 1101101 0 101 111001 1 110111 1100001 1000111

Color Harmonies of #FDF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF06D

Black with #FDF06D

Text Example


Text Example

White with #FDF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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