Html Css Color HEX #FDF26D Witch Haze

📋 copy color: '#FDF26D'

red 253 ◦ green 242 ◦ blue 109

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

Shades of Witch Haze #FDF26D

Tints of Witch Haze #FDF26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.05%

R = 41.89%
G = 40.07%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDF26D (or 0xFDF26D) is known color: Witch Haze. HEX triplet: FD, F2 and 6D. RGB value is (253,242,109). Sum of RGB (Red+Green+Blue) = 253+242+109=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 109 (42.97% from 255 or 18.05% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF26D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF26D is #020D92. Grayscale: #E6E6E6. Windows color (decimal): -134547 or 7205629. OLE color: 7205629.

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

Color convert

RGB 253 242 109 -
CMYK 0 0.04 0.57 0.01
HSL 55.42º 0.97% 0.71% -
HSV(B) 55.42º 0.57% 0.99% -
XYZ 75.02 85.49 27.02 -
YUV 230.13 59.64 144.31 -
System Red Green Blue C M Y K H S L
Decimal 253 242 109 0 0.04 0.57 0.01 55.42 0.97 0.71
Hex FD F2 6D 0 4 39 1 37 61 47
Octal 375 362 155 0 4 71 1 67 141 107
Binary 11111101 11110010 1101101 0 100 111001 1 110111 1100001 1000111

Color Harmonies of #FDF26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF26D

Black with #FDF26D

Text Example


Text Example

White with #FDF26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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