Html Css Color HEX #FEF901 Yellow

📋 copy color: '#FEF901'

red 254 ◦ green 249 ◦ blue 1

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

Shades of Yellow #FEF901

Tints of Yellow #FEF901

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.4%

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

R = 50.4%
G = 49.4%
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

#FEF901 (or 0xFEF901) is known color: Yellow. HEX triplet: FE, F9 and 01. RGB value is (254,249,1). Sum of RGB (Red+Green+Blue) = 254+249+1=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 1 (0.78% from 255 or 0.20% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF901 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF901 is #0106FE. Grayscale: #DFDFDF. Windows color (decimal): -67327 or 129534. OLE color: 129534.

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

Color convert

RGB 254 249 1 -
CMYK 0 0.02 1.00 0.00
HSL 58.81º 0.99% 0.5% -
HSV(B) 58.81º 1% 1% -
XYZ 74.75 88.82 13.23 -
YUV 222.22 3.16 150.67 -
System Red Green Blue C M Y K H S L
Decimal 254 249 1 0 0.02 1.00 0.00 58.81 0.99 0.5
Hex FE F9 1 0 2 64 0 3B 63 32
Octal 376 371 1 0 2 144 0 73 143 62
Binary 11111110 11111001 1 0 10 1100100 0 111011 1100011 110010

Color Harmonies of #FEF901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF901

Black with #FEF901

Text Example


Text Example

White with #FEF901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF901; }

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

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

background-color css

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

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

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

border-color css

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

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

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