Html Css Color HEX #FDF180 Witch Haze

📋 copy color: '#FDF180'

red 253 ◦ green 241 ◦ blue 128

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

Shades of Witch Haze #FDF180

Tints of Witch Haze #FDF180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 20.58%

R = 40.68%
G = 38.75%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDF180 (or 0xFDF180) is known color: Witch Haze. HEX triplet: FD, F1 and 80. RGB value is (253,241,128). Sum of RGB (Red+Green+Blue) = 253+241+128=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 128 (50.39% from 255 or 20.58% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF180 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF180 is #020E7F. Grayscale: #E8E8E8. Windows color (decimal): -134784 or 8450557. OLE color: 8450557.

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

Color convert

RGB 253 241 128 -
CMYK 0 0.05 0.49 0.01
HSL 54.24º 0.97% 0.75% -
HSV(B) 54.24º 0.49% 0.99% -
XYZ 75.86 85.35 32.9 -
YUV 231.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 253 241 128 0 0.05 0.49 0.01 54.24 0.97 0.75
Hex FD F1 80 0 5 31 1 36 61 4B
Octal 375 361 200 0 5 61 1 66 141 113
Binary 11111101 11110001 10000000 0 101 110001 1 110110 1100001 1001011

Color Harmonies of #FDF180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF180

Black with #FDF180

Text Example


Text Example

White with #FDF180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF180; }

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

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

background-color css

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

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

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

border-color css

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

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

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