Html Css Color HEX #FEF268 Witch Haze

📋 copy color: '#FEF268'

red 254 ◦ green 242 ◦ blue 104

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

Shades of Witch Haze #FEF268

Tints of Witch Haze #FEF268

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.33%

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

R = 42.33%
G = 40.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEF268 (or 0xFEF268) is known color: Witch Haze. HEX triplet: FE, F2 and 68. RGB value is (254,242,104). Sum of RGB (Red+Green+Blue) = 254+242+104=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 104 (41.02% from 255 or 17.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF268 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF268 is #010D97. Grayscale: #E6E6E6. Windows color (decimal): -69016 or 6877950. OLE color: 6877950.

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

Color convert

RGB 254 242 104 -
CMYK 0 0.05 0.59 0.00
HSL 55.2º 0.99% 0.7% -
HSV(B) 55.2º 0.59% 1% -
XYZ 75.12 85.57 25.65 -
YUV 229.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 254 242 104 0 0.05 0.59 0.00 55.2 0.99 0.7
Hex FE F2 68 0 5 3B 0 37 63 46
Octal 376 362 150 0 5 73 0 67 143 106
Binary 11111110 11110010 1101000 0 101 111011 0 110111 1100011 1000110

Color Harmonies of #FEF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF268

Black with #FEF268

Text Example


Text Example

White with #FEF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF268; }

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

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

background-color css

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

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

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

border-color css

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

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

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