Html Css Color HEX #FDF46A Witch Haze

📋 copy color: '#FDF46A'

red 253 ◦ green 244 ◦ blue 106

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

Shades of Witch Haze #FDF46A

Tints of Witch Haze #FDF46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 17.58%

R = 41.96%
G = 40.46%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDF46A (or 0xFDF46A) is known color: Witch Haze. HEX triplet: FD, F4 and 6A. RGB value is (253,244,106). Sum of RGB (Red+Green+Blue) = 253+244+106=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 106 (41.80% from 255 or 17.58% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF46A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF46A is #020B95. Grayscale: #E7E7E7. Windows color (decimal): -134038 or 7009533. OLE color: 7009533.

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

Color convert

RGB 253 244 106 -
CMYK 0 0.04 0.58 0.01
HSL 56.33º 0.97% 0.7% -
HSV(B) 56.33º 0.58% 0.99% -
XYZ 75.46 86.62 26.38 -
YUV 230.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 253 244 106 0 0.04 0.58 0.01 56.33 0.97 0.7
Hex FD F4 6A 0 4 3A 1 38 61 46
Octal 375 364 152 0 4 72 1 70 141 106
Binary 11111101 11110100 1101010 0 100 111010 1 111000 1100001 1000110

Color Harmonies of #FDF46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF46A

Black with #FDF46A

Text Example


Text Example

White with #FDF46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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