Html Css Color HEX #FEF368 Witch Haze

📋 copy color: '#FEF368'

red 254 ◦ green 243 ◦ blue 104

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

Shades of Witch Haze #FEF368

Tints of Witch Haze #FEF368

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.43%

 BLUE value IS 104 (41.02% from 255) = 17.3%

R = 42.26%
G = 40.43%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEF368 (or 0xFEF368) is known color: Witch Haze. HEX triplet: FE, F3 and 68. RGB value is (254,243,104). Sum of RGB (Red+Green+Blue) = 254+243+104=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 104 (41.02% from 255 or 17.30% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF368 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF368 is #010C97. Grayscale: #E7E7E7. Windows color (decimal): -68760 or 6878206. OLE color: 6878206.

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

Color convert

RGB 254 243 104 -
CMYK 0 0.04 0.59 0.00
HSL 55.6º 0.99% 0.7% -
HSV(B) 55.6º 0.59% 1% -
XYZ 75.42 86.17 25.75 -
YUV 230.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 254 243 104 0 0.04 0.59 0.00 55.6 0.99 0.7
Hex FE F3 68 0 4 3B 0 38 63 46
Octal 376 363 150 0 4 73 0 70 143 106
Binary 11111110 11110011 1101000 0 100 111011 0 111000 1100011 1000110

Color Harmonies of #FEF368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF368

Black with #FEF368

Text Example


Text Example

White with #FEF368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF368; }

 p { color: rgb(254,243,104); }

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

background-color css

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

 a { background-color: rgb(254,243,104); }

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

border-color css

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

 span { border-color: rgb(254,243,104); }

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