Html Css Color HEX #FDF074 Witch Haze

📋 copy color: '#FDF074'

red 253 ◦ green 240 ◦ blue 116

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

Shades of Witch Haze #FDF074

Tints of Witch Haze #FDF074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.05%

R = 41.54%
G = 39.41%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDF074 (or 0xFDF074) is known color: Witch Haze. HEX triplet: FD, F0 and 74. RGB value is (253,240,116). Sum of RGB (Red+Green+Blue) = 253+240+116=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 116 (45.70% from 255 or 19.05% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF074 is #020F8B. Grayscale: #E6E6E6. Windows color (decimal): -135052 or 7663869. OLE color: 7663869.

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

Color convert

RGB 253 240 116 -
CMYK 0 0.05 0.54 0.01
HSL 54.31º 0.97% 0.72% -
HSV(B) 54.31º 0.54% 0.99% -
XYZ 74.82 84.46 28.88 -
YUV 229.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 253 240 116 0 0.05 0.54 0.01 54.31 0.97 0.72
Hex FD F0 74 0 5 36 1 36 61 48
Octal 375 360 164 0 5 66 1 66 141 110
Binary 11111101 11110000 1110100 0 101 110110 1 110110 1100001 1001000

Color Harmonies of #FDF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF074

Black with #FDF074

Text Example


Text Example

White with #FDF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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