Html Css Color HEX #FEF504 Yellow

📋 copy color: '#FEF504'

red 254 ◦ green 245 ◦ blue 4

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

Shades of Yellow #FEF504

Tints of Yellow #FEF504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.8%

R = 50.5%
G = 48.71%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEF504 (or 0xFEF504) is known color: Yellow. HEX triplet: FE, F5 and 04. RGB value is (254,245,4). Sum of RGB (Red+Green+Blue) = 254+245+4=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 4 (1.95% from 255 or 0.80% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF504 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF504 is #010AFB. Grayscale: #DDDDDD. Windows color (decimal): -68348 or 325118. OLE color: 325118.

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

Color convert

RGB 254 245 4 -
CMYK 0 0.04 0.98 0.00
HSL 57.84º 0.99% 0.51% -
HSV(B) 57.84º 0.98% 1% -
XYZ 73.55 86.38 12.91 -
YUV 220.22 5.98 152.1 -
System Red Green Blue C M Y K H S L
Decimal 254 245 4 0 0.04 0.98 0.00 57.84 0.99 0.51
Hex FE F5 4 0 4 62 0 3A 63 33
Octal 376 365 4 0 4 142 0 72 143 63
Binary 11111110 11110101 100 0 100 1100010 0 111010 1100011 110011

Color Harmonies of #FEF504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF504

Black with #FEF504

Text Example


Text Example

White with #FEF504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF504; }

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

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

background-color css

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

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

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

border-color css

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

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

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