Html Css Color HEX #FEF570 Witch Haze

📋 copy color: '#FEF570'

red 254 ◦ green 245 ◦ blue 112

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

Shades of Witch Haze #FEF570

Tints of Witch Haze #FEF570

RGB

 RED value IS 254 (99.61% from 255) = 41.57%

 GREEN value IS 245 (96.09% from 255) = 40.1%

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

R = 41.57%
G = 40.1%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEF570 (or 0xFEF570) is known color: Witch Haze. HEX triplet: FE, F5 and 70. RGB value is (254,245,112). Sum of RGB (Red+Green+Blue) = 254+245+112=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 112 (44.14% from 255 or 18.33% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF570 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF570 is #010A8F. Grayscale: #E9E9E9. Windows color (decimal): -68240 or 7403006. OLE color: 7403006.

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

Color convert

RGB 254 245 112 -
CMYK 0 0.04 0.56 0.00
HSL 56.2º 0.99% 0.72% -
HSV(B) 56.2º 0.56% 1% -
XYZ 76.45 87.55 28.2 -
YUV 232.53 59.98 143.31 -
System Red Green Blue C M Y K H S L
Decimal 254 245 112 0 0.04 0.56 0.00 56.2 0.99 0.72
Hex FE F5 70 0 4 38 0 38 63 48
Octal 376 365 160 0 4 70 0 70 143 110
Binary 11111110 11110101 1110000 0 100 111000 0 111000 1100011 1001000

Color Harmonies of #FEF570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF570

Black with #FEF570

Text Example


Text Example

White with #FEF570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF570; }

 p { color: rgb(254,245,112); }

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

background-color css

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

 a { background-color: rgb(254,245,112); }

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

border-color css

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

 span { border-color: rgb(254,245,112); }

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