Html Css Color HEX #FDF96F Witch Haze

📋 copy color: '#FDF96F'

red 253 ◦ green 249 ◦ blue 111

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

Shades of Witch Haze #FDF96F

Tints of Witch Haze #FDF96F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.62%

 BLUE value IS 111 (43.75% from 255) = 18.11%

R = 41.27%
G = 40.62%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDF96F (or 0xFDF96F) is known color: Witch Haze. HEX triplet: FD, F9 and 6F. RGB value is (253,249,111). Sum of RGB (Red+Green+Blue) = 253+249+111=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 111 (43.75% from 255 or 18.11% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF96F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF96F is #020690. Grayscale: #EBEBEB. Windows color (decimal): -132753 or 7338493. OLE color: 7338493.

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

Color convert

RGB 253 249 111 -
CMYK 0 0.02 0.56 0.01
HSL 58.31º 0.97% 0.71% -
HSV(B) 58.31º 0.56% 0.99% -
XYZ 77.25 89.78 28.3 -
YUV 234.46 58.33 141.22 -
System Red Green Blue C M Y K H S L
Decimal 253 249 111 0 0.02 0.56 0.01 58.31 0.97 0.71
Hex FD F9 6F 0 2 38 1 3A 61 47
Octal 375 371 157 0 2 70 1 72 141 107
Binary 11111101 11111001 1101111 0 10 111000 1 111010 1100001 1000111

Color Harmonies of #FDF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF96F

Black with #FDF96F

Text Example


Text Example

White with #FDF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF96F; }

 p { color: rgb(253,249,111); }

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

background-color css

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

 a { background-color: rgb(253,249,111); }

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

border-color css

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

 span { border-color: rgb(253,249,111); }

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