Html Css Color HEX #FDF27D Witch Haze

📋 copy color: '#FDF27D'

red 253 ◦ green 242 ◦ blue 125

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

Shades of Witch Haze #FDF27D

Tints of Witch Haze #FDF27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.16%

R = 40.81%
G = 39.03%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDF27D (or 0xFDF27D) is known color: Witch Haze. HEX triplet: FD, F2 and 7D. RGB value is (253,242,125). Sum of RGB (Red+Green+Blue) = 253+242+125=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 125 (49.22% from 255 or 20.16% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF27D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF27D is #020D82. Grayscale: #E8E8E8. Windows color (decimal): -134531 or 8254205. OLE color: 8254205.

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

Color convert

RGB 253 242 125 -
CMYK 0 0.04 0.51 0.01
HSL 54.84º 0.97% 0.74% -
HSV(B) 54.84º 0.51% 0.99% -
XYZ 75.96 85.87 31.97 -
YUV 231.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 253 242 125 0 0.04 0.51 0.01 54.84 0.97 0.74
Hex FD F2 7D 0 4 33 1 37 61 4A
Octal 375 362 175 0 4 63 1 67 141 112
Binary 11111101 11110010 1111101 0 100 110011 1 110111 1100001 1001010

Color Harmonies of #FDF27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF27D

Black with #FDF27D

Text Example


Text Example

White with #FDF27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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