Html Css Color HEX #FDF401 Yellow

📋 copy color: '#FDF401'

red 253 ◦ green 244 ◦ blue 1

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

Shades of Yellow #FDF401

Tints of Yellow #FDF401

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49%

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 50.8%
G = 49%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDF401 (or 0xFDF401) is known color: Yellow. HEX triplet: FD, F4 and 01. RGB value is (253,244,1). Sum of RGB (Red+Green+Blue) = 253+244+1=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 1 (0.78% from 255 or 0.20% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF401 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF401 is #020BFE. Grayscale: #DBDBDB. Windows color (decimal): -134143 or 128253. OLE color: 128253.

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

Color convert

RGB 253 244 1 -
CMYK 0 0.04 1.00 0.01
HSL 57.86º 0.99% 0.5% -
HSV(B) 57.86º 1% 0.99% -
XYZ 72.86 85.59 12.71 -
YUV 218.99 4.98 152.26 -
System Red Green Blue C M Y K H S L
Decimal 253 244 1 0 0.04 1.00 0.01 57.86 0.99 0.5
Hex FD F4 1 0 4 64 1 3A 63 32
Octal 375 364 1 0 4 144 1 72 143 62
Binary 11111101 11110100 1 0 100 1100100 1 111010 1100011 110010

Color Harmonies of #FDF401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF401

Black with #FDF401

Text Example


Text Example

White with #FDF401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF401; }

 p { color: rgb(253,244,1); }

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

background-color css

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

 a { background-color: rgb(253,244,1); }

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

border-color css

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

 span { border-color: rgb(253,244,1); }

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