Html Css Color HEX #FDF17A Witch Haze

📋 copy color: '#FDF17A'

red 253 ◦ green 241 ◦ blue 122

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

Shades of Witch Haze #FDF17A

Tints of Witch Haze #FDF17A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.12%

 BLUE value IS 122 (48.05% from 255) = 19.81%

R = 41.07%
G = 39.12%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDF17A (or 0xFDF17A) is known color: Witch Haze. HEX triplet: FD, F1 and 7A. RGB value is (253,241,122). Sum of RGB (Red+Green+Blue) = 253+241+122=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 122 (48.05% from 255 or 19.81% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF17A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF17A is #020E85. Grayscale: #E7E7E7. Windows color (decimal): -134790 or 8057341. OLE color: 8057341.

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

Color convert

RGB 253 241 122 -
CMYK 0 0.05 0.52 0.01
HSL 54.5º 0.97% 0.74% -
HSV(B) 54.5º 0.52% 0.99% -
XYZ 75.48 85.2 30.88 -
YUV 231.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 253 241 122 0 0.05 0.52 0.01 54.5 0.97 0.74
Hex FD F1 7A 0 5 34 1 37 61 4A
Octal 375 361 172 0 5 64 1 67 141 112
Binary 11111101 11110001 1111010 0 101 110100 1 110111 1100001 1001010

Color Harmonies of #FDF17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF17A

Black with #FDF17A

Text Example


Text Example

White with #FDF17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF17A; }

 p { color: rgb(253,241,122); }

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

background-color css

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

 a { background-color: rgb(253,241,122); }

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

border-color css

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

 span { border-color: rgb(253,241,122); }

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