Html Css Color HEX #FEF801 Yellow

📋 copy color: '#FEF801'

red 254 ◦ green 248 ◦ blue 1

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

Shades of Yellow #FEF801

Tints of Yellow #FEF801

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.3%

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 50.5%
G = 49.3%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEF801 (or 0xFEF801) is known color: Yellow. HEX triplet: FE, F8 and 01. RGB value is (254,248,1). Sum of RGB (Red+Green+Blue) = 254+248+1=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 1 (0.78% from 255 or 0.20% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF801 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF801 is #0107FE. Grayscale: #DEDEDE. Windows color (decimal): -67583 or 129278. OLE color: 129278.

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

Color convert

RGB 254 248 1 -
CMYK 0 0.02 1.00 0.00
HSL 58.58º 0.99% 0.5% -
HSV(B) 58.58º 1% 1% -
XYZ 74.45 88.21 13.13 -
YUV 221.64 3.49 151.08 -
System Red Green Blue C M Y K H S L
Decimal 254 248 1 0 0.02 1.00 0.00 58.58 0.99 0.5
Hex FE F8 1 0 2 64 0 3B 63 32
Octal 376 370 1 0 2 144 0 73 143 62
Binary 11111110 11111000 1 0 10 1100100 0 111011 1100011 110010

Color Harmonies of #FEF801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF801

Black with #FEF801

Text Example


Text Example

White with #FEF801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF801; }

 p { color: rgb(254,248,1); }

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

background-color css

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

 a { background-color: rgb(254,248,1); }

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

border-color css

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

 span { border-color: rgb(254,248,1); }

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