Html Css Color HEX #FDC01A Moon Yellow

📋 copy color: '#FDC01A'

red 253 ◦ green 192 ◦ blue 26

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

Shades of Moon Yellow #FDC01A

Tints of Moon Yellow #FDC01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.76%

 BLUE value IS 26 (10.55% from 255) = 5.52%

R = 53.72%
G = 40.76%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDC01A (or 0xFDC01A) is known color: Moon Yellow. HEX triplet: FD, C0 and 1A. RGB value is (253,192,26). Sum of RGB (Red+Green+Blue) = 253+192+26=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 26 (10.55% from 255 or 5.52% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC01A is #023FE5. Grayscale: #C0C0C0. Windows color (decimal): -147430 or 1753341. OLE color: 1753341.

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

Color convert

RGB 253 192 26 -
CMYK 0 0.24 0.90 0.01
HSL 43.88º 0.98% 0.55% -
HSV(B) 43.88º 0.9% 0.99% -
XYZ 59.54 58.66 9.16 -
YUV 191.32 34.71 172 -
System Red Green Blue C M Y K H S L
Decimal 253 192 26 0 0.24 0.90 0.01 43.88 0.98 0.55
Hex FD C0 1A 0 18 5A 1 2C 62 37
Octal 375 300 32 0 30 132 1 54 142 67
Binary 11111101 11000000 11010 0 11000 1011010 1 101100 1100010 110111

Color Harmonies of #FDC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC01A

Black with #FDC01A

Text Example


Text Example

White with #FDC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC01A; }

 p { color: rgb(253,192,26); }

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

background-color css

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

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

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

border-color css

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

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

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