Html Css Color HEX #FDC318 Moon Yellow

📋 copy color: '#FDC318'

red 253 ◦ green 195 ◦ blue 24

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

Shades of Moon Yellow #FDC318

Tints of Moon Yellow #FDC318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.08%

R = 53.6%
G = 41.31%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDC318 (or 0xFDC318) is known color: Moon Yellow. HEX triplet: FD, C3 and 18. RGB value is (253,195,24). Sum of RGB (Red+Green+Blue) = 253+195+24=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC318 is #023CE7. Grayscale: #C1C1C1. Windows color (decimal): -146664 or 1623037. OLE color: 1623037.

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

Color convert

RGB 253 195 24 -
CMYK 0 0.23 0.91 0.01
HSL 44.8º 0.98% 0.54% -
HSV(B) 44.8º 0.91% 0.99% -
XYZ 60.19 59.98 9.27 -
YUV 192.85 32.72 170.9 -
System Red Green Blue C M Y K H S L
Decimal 253 195 24 0 0.23 0.91 0.01 44.8 0.98 0.54
Hex FD C3 18 0 17 5B 1 2D 62 36
Octal 375 303 30 0 27 133 1 55 142 66
Binary 11111101 11000011 11000 0 10111 1011011 1 101101 1100010 110110

Color Harmonies of #FDC318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC318

Black with #FDC318

Text Example


Text Example

White with #FDC318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC318; }

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

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

background-color css

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

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

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

border-color css

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

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

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