Html Css Color HEX #FDF672 Witch Haze

📋 copy color: '#FDF672'

red 253 ◦ green 246 ◦ blue 114

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

Shades of Witch Haze #FDF672

Tints of Witch Haze #FDF672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.13%

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

R = 41.27%
G = 40.13%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDF672 (or 0xFDF672) is known color: Witch Haze. HEX triplet: FD, F6 and 72. RGB value is (253,246,114). Sum of RGB (Red+Green+Blue) = 253+246+114=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 114 (44.92% from 255 or 18.60% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF672 is #02098D. Grayscale: #E9E9E9. Windows color (decimal): -133518 or 7534333. OLE color: 7534333.

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

Color convert

RGB 253 246 114 -
CMYK 0 0.03 0.55 0.01
HSL 56.98º 0.97% 0.72% -
HSV(B) 56.98º 0.55% 0.99% -
XYZ 76.5 88.01 28.88 -
YUV 233.05 60.82 142.23 -
System Red Green Blue C M Y K H S L
Decimal 253 246 114 0 0.03 0.55 0.01 56.98 0.97 0.72
Hex FD F6 72 0 3 37 1 39 61 48
Octal 375 366 162 0 3 67 1 71 141 110
Binary 11111101 11110110 1110010 0 11 110111 1 111001 1100001 1001000

Color Harmonies of #FDF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF672

Black with #FDF672

Text Example


Text Example

White with #FDF672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF672; }

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

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

background-color css

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

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

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

border-color css

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

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

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