Html Css Color HEX #FDF502 Yellow

📋 copy color: '#FDF502'

red 253 ◦ green 245 ◦ blue 2

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

Shades of Yellow #FDF502

Tints of Yellow #FDF502

RGB

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

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

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

R = 50.6%
G = 49%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDF502 (or 0xFDF502) is known color: Yellow. HEX triplet: FD, F5 and 02. RGB value is (253,245,2). Sum of RGB (Red+Green+Blue) = 253+245+2=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 2 (1.17% from 255 or 0.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF502 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF502 is #020AFD. Grayscale: #DCDCDC. Windows color (decimal): -133886 or 194045. OLE color: 194045.

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

Color convert

RGB 253 245 2 -
CMYK 0 0.03 0.99 0.01
HSL 58.09º 0.98% 0.5% -
HSV(B) 58.09º 0.99% 0.99% -
XYZ 73.17 86.19 12.84 -
YUV 219.69 5.15 151.76 -
System Red Green Blue C M Y K H S L
Decimal 253 245 2 0 0.03 0.99 0.01 58.09 0.98 0.5
Hex FD F5 2 0 3 63 1 3A 62 32
Octal 375 365 2 0 3 143 1 72 142 62
Binary 11111101 11110101 10 0 11 1100011 1 111010 1100010 110010

Color Harmonies of #FDF502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF502

Black with #FDF502

Text Example


Text Example

White with #FDF502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF502; }

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

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

background-color css

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

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

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

border-color css

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

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

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