Html Css Color HEX #FDF275 Witch Haze

📋 copy color: '#FDF275'

red 253 ◦ green 242 ◦ blue 117

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

Shades of Witch Haze #FDF275

Tints of Witch Haze #FDF275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.12%

R = 41.34%
G = 39.54%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDF275 (or 0xFDF275) is known color: Witch Haze. HEX triplet: FD, F2 and 75. RGB value is (253,242,117). Sum of RGB (Red+Green+Blue) = 253+242+117=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 117 (46.09% from 255 or 19.12% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF275 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF275 is #020D8A. Grayscale: #E7E7E7. Windows color (decimal): -134539 or 7729917. OLE color: 7729917.

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

Color convert

RGB 253 242 117 -
CMYK 0 0.04 0.54 0.01
HSL 55.15º 0.97% 0.73% -
HSV(B) 55.15º 0.54% 0.99% -
XYZ 75.47 85.67 29.39 -
YUV 231.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 253 242 117 0 0.04 0.54 0.01 55.15 0.97 0.73
Hex FD F2 75 0 4 36 1 37 61 49
Octal 375 362 165 0 4 66 1 67 141 111
Binary 11111101 11110010 1110101 0 100 110110 1 110111 1100001 1001001

Color Harmonies of #FDF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF275

Black with #FDF275

Text Example


Text Example

White with #FDF275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF275; }

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

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

background-color css

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

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

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

border-color css

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

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

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