Html Css Color HEX #FDF870 Witch Haze

📋 copy color: '#FDF870'

red 253 ◦ green 248 ◦ blue 112

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

Shades of Witch Haze #FDF870

Tints of Witch Haze #FDF870

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.46%

 BLUE value IS 112 (44.14% from 255) = 18.27%

R = 41.27%
G = 40.46%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDF870 (or 0xFDF870) is known color: Witch Haze. HEX triplet: FD, F8 and 70. RGB value is (253,248,112). Sum of RGB (Red+Green+Blue) = 253+248+112=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 112 (44.14% from 255 or 18.27% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF870 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF870 is #02078F. Grayscale: #EAEAEA. Windows color (decimal): -133008 or 7403773. OLE color: 7403773.

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

Color convert

RGB 253 248 112 -
CMYK 0 0.02 0.56 0.01
HSL 57.87º 0.97% 0.72% -
HSV(B) 57.87º 0.56% 0.99% -
XYZ 77 89.19 28.49 -
YUV 233.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 253 248 112 0 0.02 0.56 0.01 57.87 0.97 0.72
Hex FD F8 70 0 2 38 1 3A 61 48
Octal 375 370 160 0 2 70 1 72 141 110
Binary 11111101 11111000 1110000 0 10 111000 1 111010 1100001 1001000

Color Harmonies of #FDF870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF870

Black with #FDF870

Text Example


Text Example

White with #FDF870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF870; }

 p { color: rgb(253,248,112); }

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

background-color css

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

 a { background-color: rgb(253,248,112); }

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

border-color css

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

 span { border-color: rgb(253,248,112); }

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