Html Css Color HEX #FEF400 Yellow

📋 copy color: '#FEF400'

red 254 ◦ green 244 ◦ blue 0

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

Shades of Yellow #FEF400

Tints of Yellow #FEF400

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49%

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

R = 51%
G = 49%
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

#FEF400 (or 0xFEF400) is known color: Yellow. HEX triplet: FE, F4 and 00. RGB value is (254,244,0). Sum of RGB (Red+Green+Blue) = 254+244+0=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 0 (0.39% from 255 or 0% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF400 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF400 is #010BFF. Grayscale: #DCDCDC. Windows color (decimal): -68608 or 62718. OLE color: 62718.

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

Color convert

RGB 254 244 0 -
CMYK 0 0.04 1 0.00
HSL 57.64º 1% 0.5% -
HSV(B) 57.64º 1% 1% -
XYZ 73.22 85.77 12.7 -
YUV 219.17 4.31 152.84 -
System Red Green Blue C M Y K H S L
Decimal 254 244 0 0 0.04 1 0.00 57.64 1 0.5
Hex FE F4 0 0 4 64 0 3A 64 32
Octal 376 364 0 0 4 144 0 72 144 62
Binary 11111110 11110100 0 0 100 1100100 0 111010 1100100 110010

Color Harmonies of #FEF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF400

Black with #FEF400

Text Example


Text Example

White with #FEF400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF400; }

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

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

background-color css

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

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

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

border-color css

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

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

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