Html Css Color HEX #FDF070 Witch Haze

📋 copy color: '#FDF070'

red 253 ◦ green 240 ◦ blue 112

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

Shades of Witch Haze #FDF070

Tints of Witch Haze #FDF070

RGB

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

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

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

R = 41.82%
G = 39.67%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDF070 (or 0xFDF070) is known color: Witch Haze. HEX triplet: FD, F0 and 70. RGB value is (253,240,112). Sum of RGB (Red+Green+Blue) = 253+240+112=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 112 (44.14% from 255 or 18.51% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF070 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF070 is #020F8F. Grayscale: #E5E5E5. Windows color (decimal): -135056 or 7401725. OLE color: 7401725.

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

Color convert

RGB 253 240 112 -
CMYK 0 0.05 0.56 0.01
HSL 54.47º 0.97% 0.72% -
HSV(B) 54.47º 0.56% 0.99% -
XYZ 74.59 84.37 27.68 -
YUV 229.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 253 240 112 0 0.05 0.56 0.01 54.47 0.97 0.72
Hex FD F0 70 0 5 38 1 36 61 48
Octal 375 360 160 0 5 70 1 66 141 110
Binary 11111101 11110000 1110000 0 101 111000 1 110110 1100001 1001000

Color Harmonies of #FDF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF070

Black with #FDF070

Text Example


Text Example

White with #FDF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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