Html Css Color HEX #FEFC01 Yellow

📋 copy color: '#FEFC01'

red 254 ◦ green 252 ◦ blue 1

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

Shades of Yellow #FEFC01

Tints of Yellow #FEFC01

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.7%

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

R = 50.1%
G = 49.7%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEFC01 (or 0xFEFC01) is known color: Yellow. HEX triplet: FE, FC and 01. RGB value is (254,252,1). Sum of RGB (Red+Green+Blue) = 254+252+1=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 1 (0.78% from 255 or 0.20% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFC01 is #0103FE. Grayscale: #E0E0E0. Windows color (decimal): -66559 or 130302. OLE color: 130302.

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

Color convert

RGB 254 252 1 -
CMYK 0 0.01 1.00 0.00
HSL 59.53º 0.99% 0.5% -
HSV(B) 59.53º 1% 1% -
XYZ 75.69 90.69 13.55 -
YUV 223.98 2.16 149.41 -
System Red Green Blue C M Y K H S L
Decimal 254 252 1 0 0.01 1.00 0.00 59.53 0.99 0.5
Hex FE FC 1 0 1 64 0 3C 63 32
Octal 376 374 1 0 1 144 0 74 143 62
Binary 11111110 11111100 1 0 1 1100100 0 111100 1100011 110010

Color Harmonies of #FEFC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC01

Black with #FEFC01

Text Example


Text Example

White with #FEFC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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