Html Css Color HEX #FDF075 Witch Haze

📋 copy color: '#FDF075'

red 253 ◦ green 240 ◦ blue 117

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

Shades of Witch Haze #FDF075

Tints of Witch Haze #FDF075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.18%

R = 41.48%
G = 39.34%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDF075 (or 0xFDF075) is known color: Witch Haze. HEX triplet: FD, F0 and 75. RGB value is (253,240,117). Sum of RGB (Red+Green+Blue) = 253+240+117=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 117 (46.09% from 255 or 19.18% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF075 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF075 is #020F8A. Grayscale: #E6E6E6. Windows color (decimal): -135051 or 7729405. OLE color: 7729405.

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

Color convert

RGB 253 240 117 -
CMYK 0 0.05 0.54 0.01
HSL 54.26º 0.97% 0.73% -
HSV(B) 54.26º 0.54% 0.99% -
XYZ 74.88 84.49 29.19 -
YUV 229.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 253 240 117 0 0.05 0.54 0.01 54.26 0.97 0.73
Hex FD F0 75 0 5 36 1 36 61 49
Octal 375 360 165 0 5 66 1 66 141 111
Binary 11111101 11110000 1110101 0 101 110110 1 110110 1100001 1001001

Color Harmonies of #FDF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF075

Black with #FDF075

Text Example


Text Example

White with #FDF075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF075; }

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

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

background-color css

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

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

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

border-color css

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

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

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