Html Css Color HEX #FEF502 Yellow

📋 copy color: '#FEF502'

red 254 ◦ green 245 ◦ blue 2

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

Shades of Yellow #FEF502

Tints of Yellow #FEF502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 50.7%
G = 48.9%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEF502 (or 0xFEF502) is known color: Yellow. HEX triplet: FE, F5 and 02. RGB value is (254,245,2). Sum of RGB (Red+Green+Blue) = 254+245+2=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 2 (1.17% from 255 or 0.40% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF502 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF502 is #010AFD. Grayscale: #DCDCDC. Windows color (decimal): -68350 or 194046. OLE color: 194046.

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

Color convert

RGB 254 245 2 -
CMYK 0 0.04 0.99 0.00
HSL 57.86º 0.99% 0.5% -
HSV(B) 57.86º 0.99% 1% -
XYZ 73.54 86.38 12.85 -
YUV 219.99 4.98 152.26 -
System Red Green Blue C M Y K H S L
Decimal 254 245 2 0 0.04 0.99 0.00 57.86 0.99 0.5
Hex FE F5 2 0 4 63 0 3A 63 32
Octal 376 365 2 0 4 143 0 72 143 62
Binary 11111110 11110101 10 0 100 1100011 0 111010 1100011 110010

Color Harmonies of #FEF502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF502

Black with #FEF502

Text Example


Text Example

White with #FEF502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF502; }

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

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

background-color css

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

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

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

border-color css

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

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

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