Html Css Color HEX #FEF500 Yellow

📋 copy color: '#FEF500'

red 254 ◦ green 245 ◦ blue 0

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

Shades of Yellow #FEF500

Tints of Yellow #FEF500

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.9%
G = 49.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEF500 (or 0xFEF500) is known color: Yellow. HEX triplet: FE, F5 and 00. RGB value is (254,245,0). Sum of RGB (Red+Green+Blue) = 254+245+0=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 0 (0.39% from 255 or 0% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF500 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF500 is #010AFF. Grayscale: #DCDCDC. Windows color (decimal): -68352 or 62974. OLE color: 62974.

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

Color convert

RGB 254 245 0 -
CMYK 0 0.04 1 0.00
HSL 57.87º 1% 0.5% -
HSV(B) 57.87º 1% 1% -
XYZ 73.53 86.38 12.8 -
YUV 219.76 3.98 152.42 -
System Red Green Blue C M Y K H S L
Decimal 254 245 0 0 0.04 1 0.00 57.87 1 0.5
Hex FE F5 0 0 4 64 0 3A 64 32
Octal 376 365 0 0 4 144 0 72 144 62
Binary 11111110 11110101 0 0 100 1100100 0 111010 1100100 110010

Color Harmonies of #FEF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF500

Black with #FEF500

Text Example


Text Example

White with #FEF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF500; }

 p { color: rgb(254,245,0); }

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

background-color css

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

 a { background-color: rgb(254,245,0); }

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

border-color css

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

 span { border-color: rgb(254,245,0); }

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