Html Css Color HEX #FDFC01 Yellow

📋 copy color: '#FDFC01'

red 253 ◦ green 252 ◦ blue 1

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

Shades of Yellow #FDFC01

Tints of Yellow #FDFC01

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.8%

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

R = 50%
G = 49.8%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDFC01 (or 0xFDFC01) is known color: Yellow. HEX triplet: FD, FC and 01. RGB value is (253,252,1). Sum of RGB (Red+Green+Blue) = 253+252+1=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 1 (0.78% from 255 or 0.20% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC01 is #0203FE. Grayscale: #E0E0E0. Windows color (decimal): -132095 or 130301. OLE color: 130301.

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

Color convert

RGB 253 252 1 -
CMYK 0 0.00 1.00 0.01
HSL 59.76º 0.99% 0.5% -
HSV(B) 59.76º 1% 0.99% -
XYZ 75.32 90.51 13.53 -
YUV 223.69 2.33 148.91 -
System Red Green Blue C M Y K H S L
Decimal 253 252 1 0 0.00 1.00 0.01 59.76 0.99 0.5
Hex FD FC 1 0 0 64 1 3C 63 32
Octal 375 374 1 0 0 144 1 74 143 62
Binary 11111101 11111100 1 0 0 1100100 1 111100 1100011 110010

Color Harmonies of #FDFC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC01

Black with #FDFC01

Text Example


Text Example

White with #FDFC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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