Html Css Color HEX #FDF072 Witch Haze

📋 copy color: '#FDF072'

red 253 ◦ green 240 ◦ blue 114

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

Shades of Witch Haze #FDF072

Tints of Witch Haze #FDF072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 18.78%

R = 41.68%
G = 39.54%
B = 18.78%

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

#FDF072 (or 0xFDF072) is known color: Witch Haze. HEX triplet: FD, F0 and 72. RGB value is (253,240,114). Sum of RGB (Red+Green+Blue) = 253+240+114=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 114 (44.92% from 255 or 18.78% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF072 is #020F8D. Grayscale: #E6E6E6. Windows color (decimal): -135054 or 7532797. OLE color: 7532797.

HSL color Cylindrical-coordinate representation of color #FDF072: hue angle of 54.39º 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 #FDF072 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 114 -
CMYK 0 0.05 0.55 0.01
HSL 54.39º 0.97% 0.72% -
HSV(B) 54.39º 0.55% 0.99% -
XYZ 74.71 84.42 28.28 -
YUV 229.52 62.81 144.75 -
System Red Green Blue C M Y K H S L
Decimal 253 240 114 0 0.05 0.55 0.01 54.39 0.97 0.72
Hex FD F0 72 0 5 37 1 36 61 48
Octal 375 360 162 0 5 67 1 66 141 110
Binary 11111101 11110000 1110010 0 101 110111 1 110110 1100001 1001000

Color Harmonies of #FDF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF072

Black with #FDF072

Text Example


Text Example

White with #FDF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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