Html Css Color HEX #FEFB74 Witch Haze

📋 copy color: '#FEFB74'

red 254 ◦ green 251 ◦ blue 116

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

Shades of Witch Haze #FEFB74

Tints of Witch Haze #FEFB74

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.42%

 BLUE value IS 116 (45.7% from 255) = 18.68%

R = 40.9%
G = 40.42%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEFB74 (or 0xFEFB74) is known color: Witch Haze. HEX triplet: FE, FB and 74. RGB value is (254,251,116). Sum of RGB (Red+Green+Blue) = 254+251+116=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 116 (45.70% from 255 or 18.68% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFB74 is #01048B. Grayscale: #EDEDED. Windows color (decimal): -66700 or 7666686. OLE color: 7666686.

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

Color convert

RGB 254 251 116 -
CMYK 0 0.01 0.54 0.00
HSL 58.7º 0.99% 0.73% -
HSV(B) 58.7º 0.54% 1% -
XYZ 78.52 91.33 30.01 -
YUV 236.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 254 251 116 0 0.01 0.54 0.00 58.7 0.99 0.73
Hex FE FB 74 0 1 36 0 3B 63 49
Octal 376 373 164 0 1 66 0 73 143 111
Binary 11111110 11111011 1110100 0 1 110110 0 111011 1100011 1001001

Color Harmonies of #FEFB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB74

Black with #FEFB74

Text Example


Text Example

White with #FEFB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB74; }

 p { color: rgb(254,251,116); }

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

background-color css

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

 a { background-color: rgb(254,251,116); }

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

border-color css

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

 span { border-color: rgb(254,251,116); }

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