Html Css Color HEX #FDF27E Witch Haze

📋 copy color: '#FDF27E'

red 253 ◦ green 242 ◦ blue 126

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

Shades of Witch Haze #FDF27E

Tints of Witch Haze #FDF27E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.97%

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

R = 40.74%
G = 38.97%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDF27E (or 0xFDF27E) is known color: Witch Haze. HEX triplet: FD, F2 and 7E. RGB value is (253,242,126). Sum of RGB (Red+Green+Blue) = 253+242+126=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 126 (49.61% from 255 or 20.29% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF27E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF27E is #020D81. Grayscale: #E8E8E8. Windows color (decimal): -134530 or 8319741. OLE color: 8319741.

HSL color Cylindrical-coordinate representation of color #FDF27E: hue angle of 54.8º 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 #FDF27E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 242 126 -
CMYK 0 0.04 0.50 0.01
HSL 54.8º 0.97% 0.74% -
HSV(B) 54.8º 0.5% 0.99% -
XYZ 76.03 85.89 32.31 -
YUV 232.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 253 242 126 0 0.04 0.50 0.01 54.8 0.97 0.74
Hex FD F2 7E 0 4 32 1 37 61 4A
Octal 375 362 176 0 4 62 1 67 141 112
Binary 11111101 11110010 1111110 0 100 110010 1 110111 1100001 1001010

Color Harmonies of #FDF27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF27E

Black with #FDF27E

Text Example


Text Example

White with #FDF27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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