Html Css Color HEX #FDF07F Witch Haze

📋 copy color: '#FDF07F'

red 253 ◦ green 240 ◦ blue 127

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

Shades of Witch Haze #FDF07F

Tints of Witch Haze #FDF07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.48%

R = 40.81%
G = 38.71%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDF07F (or 0xFDF07F) is known color: Witch Haze. HEX triplet: FD, F0 and 7F. RGB value is (253,240,127). Sum of RGB (Red+Green+Blue) = 253+240+127=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 127 (50% from 255 or 20.48% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF07F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF07F is #020F80. Grayscale: #E7E7E7. Windows color (decimal): -135041 or 8384765. OLE color: 8384765.

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

Color convert

RGB 253 240 127 -
CMYK 0 0.05 0.50 0.01
HSL 53.81º 0.97% 0.75% -
HSV(B) 53.81º 0.5% 0.99% -
XYZ 75.5 84.74 32.45 -
YUV 231.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 253 240 127 0 0.05 0.50 0.01 53.81 0.97 0.75
Hex FD F0 7F 0 5 32 1 36 61 4B
Octal 375 360 177 0 5 62 1 66 141 113
Binary 11111101 11110000 1111111 0 101 110010 1 110110 1100001 1001011

Color Harmonies of #FDF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF07F

Black with #FDF07F

Text Example


Text Example

White with #FDF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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