Html Css Color HEX #FDF000 Yellow

📋 copy color: '#FDF000'

red 253 ◦ green 240 ◦ blue 0

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

Shades of Yellow #FDF000

Tints of Yellow #FDF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.68%

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

R = 51.32%
G = 48.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDF000 (or 0xFDF000) is known color: Yellow. HEX triplet: FD, F0 and 00. RGB value is (253,240,0). Sum of RGB (Red+Green+Blue) = 253+240+0=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 0 (0.39% from 255 or 0% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF000 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF000 is #020FFF. Grayscale: #D9D9D9. Windows color (decimal): -135168 or 61693. OLE color: 61693.

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

Color convert

RGB 253 240 0 -
CMYK 0 0.05 1 0.01
HSL 56.92º 1% 0.5% -
HSV(B) 56.92º 1% 0.99% -
XYZ 71.67 83.2 12.28 -
YUV 216.53 5.81 154.01 -
System Red Green Blue C M Y K H S L
Decimal 253 240 0 0 0.05 1 0.01 56.92 1 0.5
Hex FD F0 0 0 5 64 1 39 64 32
Octal 375 360 0 0 5 144 1 71 144 62
Binary 11111101 11110000 0 0 101 1100100 1 111001 1100100 110010

Color Harmonies of #FDF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF000

Black with #FDF000

Text Example


Text Example

White with #FDF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF000; }

 p { color: rgb(253,240,0); }

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

background-color css

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

 a { background-color: rgb(253,240,0); }

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

border-color css

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

 span { border-color: rgb(253,240,0); }

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