Html Css Color HEX #FDF07E Witch Haze

📋 copy color: '#FDF07E'

red 253 ◦ green 240 ◦ blue 126

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

Shades of Witch Haze #FDF07E

Tints of Witch Haze #FDF07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 20.36%

R = 40.87%
G = 38.77%
B = 20.36%

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

#FDF07E (or 0xFDF07E) is known color: Witch Haze. HEX triplet: FD, F0 and 7E. RGB value is (253,240,126). Sum of RGB (Red+Green+Blue) = 253+240+126=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 126 (49.61% from 255 or 20.36% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF07E is #020F81. Grayscale: #E7E7E7. Windows color (decimal): -135042 or 8319229. OLE color: 8319229.

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

Color convert

RGB 253 240 126 -
CMYK 0 0.05 0.50 0.01
HSL 53.86º 0.97% 0.74% -
HSV(B) 53.86º 0.5% 0.99% -
XYZ 75.43 84.71 32.11 -
YUV 230.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 253 240 126 0 0.05 0.50 0.01 53.86 0.97 0.74
Hex FD F0 7E 0 5 32 1 36 61 4A
Octal 375 360 176 0 5 62 1 66 141 112
Binary 11111101 11110000 1111110 0 101 110010 1 110110 1100001 1001010

Color Harmonies of #FDF07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF07E

Black with #FDF07E

Text Example


Text Example

White with #FDF07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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