Html Css Color HEX #FEF56B Witch Haze

📋 copy color: '#FEF56B'

red 254 ◦ green 245 ◦ blue 107

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

Shades of Witch Haze #FEF56B

Tints of Witch Haze #FEF56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 17.66%

R = 41.91%
G = 40.43%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEF56B (or 0xFEF56B) is known color: Witch Haze. HEX triplet: FE, F5 and 6B. RGB value is (254,245,107). Sum of RGB (Red+Green+Blue) = 254+245+107=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 107 (42.19% from 255 or 17.66% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF56B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF56B is #010A94. Grayscale: #E8E8E8. Windows color (decimal): -68245 or 7075326. OLE color: 7075326.

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

Color convert

RGB 254 245 107 -
CMYK 0 0.04 0.58 0.00
HSL 56.33º 0.99% 0.71% -
HSV(B) 56.33º 0.58% 1% -
XYZ 76.18 87.44 26.77 -
YUV 231.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 254 245 107 0 0.04 0.58 0.00 56.33 0.99 0.71
Hex FE F5 6B 0 4 3A 0 38 63 47
Octal 376 365 153 0 4 72 0 70 143 107
Binary 11111110 11110101 1101011 0 100 111010 0 111000 1100011 1000111

Color Harmonies of #FEF56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF56B

Black with #FEF56B

Text Example


Text Example

White with #FEF56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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