Html Css Color HEX #FDF504 Yellow

📋 copy color: '#FDF504'

red 253 ◦ green 245 ◦ blue 4

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

Shades of Yellow #FDF504

Tints of Yellow #FDF504

RGB

 RED value IS 253 (99.22% from 255) = 50.4%

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

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

R = 50.4%
G = 48.8%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDF504 (or 0xFDF504) is known color: Yellow. HEX triplet: FD, F5 and 04. RGB value is (253,245,4). Sum of RGB (Red+Green+Blue) = 253+245+4=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 4 (1.95% from 255 or 0.80% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF504 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF504 is #020AFB. Grayscale: #DCDCDC. Windows color (decimal): -133884 or 325117. OLE color: 325117.

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

Color convert

RGB 253 245 4 -
CMYK 0 0.03 0.98 0.01
HSL 58.07º 0.98% 0.5% -
HSV(B) 58.07º 0.98% 0.99% -
XYZ 73.18 86.2 12.9 -
YUV 219.92 6.15 151.6 -
System Red Green Blue C M Y K H S L
Decimal 253 245 4 0 0.03 0.98 0.01 58.07 0.98 0.5
Hex FD F5 4 0 3 62 1 3A 62 32
Octal 375 365 4 0 3 142 1 72 142 62
Binary 11111101 11110101 100 0 11 1100010 1 111010 1100010 110010

Color Harmonies of #FDF504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF504

Black with #FDF504

Text Example


Text Example

White with #FDF504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF504; }

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

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

background-color css

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

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

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

border-color css

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

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

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