Html Css Color HEX #FDFD01 Yellow

📋 copy color: '#FDFD01'

red 253 ◦ green 253 ◦ blue 1

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

Shades of Yellow #FDFD01

Tints of Yellow #FDFD01

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.9%

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

R = 49.9%
G = 49.9%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDFD01 (or 0xFDFD01) is known color: Yellow. HEX triplet: FD, FD and 01. RGB value is (253,253,1). Sum of RGB (Red+Green+Blue) = 253+253+1=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 1 (0.78% from 255 or 0.20% from 507); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFD01 is #0202FE. Grayscale: #E1E1E1. Windows color (decimal): -131839 or 130557. OLE color: 130557.

HSL color Cylindrical-coordinate representation of color #FDFD01: hue angle of 60º 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 #FDFD01 is Cyan = 0, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 1 -
CMYK 0 0 1.00 0.01
HSL 60º 0.99% 0.5% -
HSV(B) 60º 1% 0.99% -
XYZ 75.64 91.14 13.63 -
YUV 224.27 2 148.49 -
System Red Green Blue C M Y K H S L
Decimal 253 253 1 0 0 1.00 0.01 60 0.99 0.5
Hex FD FD 1 0 0 64 1 3C 63 32
Octal 375 375 1 0 0 144 1 74 143 62
Binary 11111101 11111101 1 0 0 1100100 1 111100 1100011 110010

Color Harmonies of #FDFD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD01

Black with #FDFD01

Text Example


Text Example

White with #FDFD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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