Html Css Color HEX #FDC315 Moon Yellow

📋 copy color: '#FDC315'

red 253 ◦ green 195 ◦ blue 21

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

Shades of Moon Yellow #FDC315

Tints of Moon Yellow #FDC315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.48%

R = 53.94%
G = 41.58%
B = 4.48%

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

#FDC315 (or 0xFDC315) is known color: Moon Yellow. HEX triplet: FD, C3 and 15. RGB value is (253,195,21). Sum of RGB (Red+Green+Blue) = 253+195+21=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC315 is #023CEA. Grayscale: #C1C1C1. Windows color (decimal): -146667 or 1426429. OLE color: 1426429.

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

Color convert

RGB 253 195 21 -
CMYK 0 0.23 0.92 0.01
HSL 45º 0.98% 0.54% -
HSV(B) 45º 0.92% 0.99% -
XYZ 60.16 59.97 9.11 -
YUV 192.51 31.22 171.15 -
System Red Green Blue C M Y K H S L
Decimal 253 195 21 0 0.23 0.92 0.01 45 0.98 0.54
Hex FD C3 15 0 17 5C 1 2D 62 36
Octal 375 303 25 0 27 134 1 55 142 66
Binary 11111101 11000011 10101 0 10111 1011100 1 101101 1100010 110110

Color Harmonies of #FDC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC315

Black with #FDC315

Text Example


Text Example

White with #FDC315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC315; }

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

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

background-color css

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

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

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

border-color css

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

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

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