Html Css Color HEX #FDF470 Witch Haze

📋 copy color: '#FDF470'

red 253 ◦ green 244 ◦ blue 112

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

Shades of Witch Haze #FDF470

Tints of Witch Haze #FDF470

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.07%

 BLUE value IS 112 (44.14% from 255) = 18.39%

R = 41.54%
G = 40.07%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDF470 (or 0xFDF470) is known color: Witch Haze. HEX triplet: FD, F4 and 70. RGB value is (253,244,112). Sum of RGB (Red+Green+Blue) = 253+244+112=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 112 (44.14% from 255 or 18.39% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF470 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF470 is #020B8F. Grayscale: #E8E8E8. Windows color (decimal): -134032 or 7402749. OLE color: 7402749.

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

Color convert

RGB 253 244 112 -
CMYK 0 0.04 0.56 0.01
HSL 56.17º 0.97% 0.72% -
HSV(B) 56.17º 0.56% 0.99% -
XYZ 75.78 86.75 28.08 -
YUV 231.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 253 244 112 0 0.04 0.56 0.01 56.17 0.97 0.72
Hex FD F4 70 0 4 38 1 38 61 48
Octal 375 364 160 0 4 70 1 70 141 110
Binary 11111101 11110100 1110000 0 100 111000 1 111000 1100001 1001000

Color Harmonies of #FDF470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF470

Black with #FDF470

Text Example


Text Example

White with #FDF470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF470; }

 p { color: rgb(253,244,112); }

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

background-color css

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

 a { background-color: rgb(253,244,112); }

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

border-color css

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

 span { border-color: rgb(253,244,112); }

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