Html Css Color HEX #FEF301 Yellow

📋 copy color: '#FEF301'

red 254 ◦ green 243 ◦ blue 1

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

Shades of Yellow #FEF301

Tints of Yellow #FEF301

RGB

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

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

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

R = 51%
G = 48.8%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEF301 (or 0xFEF301) is known color: Yellow. HEX triplet: FE, F3 and 01. RGB value is (254,243,1). Sum of RGB (Red+Green+Blue) = 254+243+1=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 1 (0.78% from 255 or 0.20% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF301 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF301 is #010CFE. Grayscale: #DBDBDB. Windows color (decimal): -68863 or 127998. OLE color: 127998.

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

Color convert

RGB 254 243 1 -
CMYK 0 0.04 1.00 0.00
HSL 57.39º 0.99% 0.5% -
HSV(B) 57.39º 1% 1% -
XYZ 72.93 85.17 12.63 -
YUV 218.7 5.14 153.18 -
System Red Green Blue C M Y K H S L
Decimal 254 243 1 0 0.04 1.00 0.00 57.39 0.99 0.5
Hex FE F3 1 0 4 64 0 39 63 32
Octal 376 363 1 0 4 144 0 71 143 62
Binary 11111110 11110011 1 0 100 1100100 0 111001 1100011 110010

Color Harmonies of #FEF301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF301

Black with #FEF301

Text Example


Text Example

White with #FEF301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF301; }

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

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

background-color css

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

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

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

border-color css

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

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

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