Html Css Color HEX #FDC313 Moon Yellow

📋 copy color: '#FDC313'

red 253 ◦ green 195 ◦ blue 19

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

Shades of Moon Yellow #FDC313

Tints of Moon Yellow #FDC313

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.76%

 BLUE value IS 19 (7.81% from 255) = 4.07%

R = 54.18%
G = 41.76%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDC313 (or 0xFDC313) is known color: Moon Yellow. HEX triplet: FD, C3 and 13. RGB value is (253,195,19). Sum of RGB (Red+Green+Blue) = 253+195+19=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC313 is #023CEC. Grayscale: #C1C1C1. Windows color (decimal): -146669 or 1295357. OLE color: 1295357.

HSL color Cylindrical-coordinate representation of color #FDC313: hue angle of 45.13º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDC313 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 195 19 -
CMYK 0 0.23 0.92 0.01
HSL 45.13º 0.98% 0.53% -
HSV(B) 45.13º 0.92% 0.99% -
XYZ 60.14 59.96 9.02 -
YUV 192.28 30.22 171.31 -
System Red Green Blue C M Y K H S L
Decimal 253 195 19 0 0.23 0.92 0.01 45.13 0.98 0.53
Hex FD C3 13 0 17 5C 1 2D 62 35
Octal 375 303 23 0 27 134 1 55 142 65
Binary 11111101 11000011 10011 0 10111 1011100 1 101101 1100010 110101

Color Harmonies of #FDC313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC313

Black with #FDC313

Text Example


Text Example

White with #FDC313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC313; }

 p { color: rgb(253,195,19); }

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

background-color css

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

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

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

border-color css

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

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

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