Html Css Color HEX #FDF073 Witch Haze

📋 copy color: '#FDF073'

red 253 ◦ green 240 ◦ blue 115

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

Shades of Witch Haze #FDF073

Tints of Witch Haze #FDF073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 18.91%

R = 41.61%
G = 39.47%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDF073 (or 0xFDF073) is known color: Witch Haze. HEX triplet: FD, F0 and 73. RGB value is (253,240,115). Sum of RGB (Red+Green+Blue) = 253+240+115=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 115 (45.31% from 255 or 18.91% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF073 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF073 is #020F8C. Grayscale: #E6E6E6. Windows color (decimal): -135053 or 7598333. OLE color: 7598333.

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

Color convert

RGB 253 240 115 -
CMYK 0 0.05 0.55 0.01
HSL 54.35º 0.97% 0.72% -
HSV(B) 54.35º 0.55% 0.99% -
XYZ 74.76 84.44 28.58 -
YUV 229.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 253 240 115 0 0.05 0.55 0.01 54.35 0.97 0.72
Hex FD F0 73 0 5 37 1 36 61 48
Octal 375 360 163 0 5 67 1 66 141 110
Binary 11111101 11110000 1110011 0 101 110111 1 110110 1100001 1001000

Color Harmonies of #FDF073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF073

Black with #FDF073

Text Example


Text Example

White with #FDF073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF073; }

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

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

background-color css

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

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

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

border-color css

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

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

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