Html Css Color HEX #FDC31E Moon Yellow

📋 copy color: '#FDC31E'

red 253 ◦ green 195 ◦ blue 30

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

Shades of Moon Yellow #FDC31E

Tints of Moon Yellow #FDC31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.28%

R = 52.93%
G = 40.79%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDC31E (or 0xFDC31E) is known color: Moon Yellow. HEX triplet: FD, C3 and 1E. RGB value is (253,195,30). Sum of RGB (Red+Green+Blue) = 253+195+30=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 30 (12.11% from 255 or 6.28% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC31E is #023CE1. Grayscale: #C2C2C2. Windows color (decimal): -146658 or 2016253. OLE color: 2016253.

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

Color convert

RGB 253 195 30 -
CMYK 0 0.23 0.88 0.01
HSL 44.39º 0.98% 0.55% -
HSV(B) 44.39º 0.88% 0.99% -
XYZ 60.26 60.01 9.63 -
YUV 193.53 35.72 170.42 -
System Red Green Blue C M Y K H S L
Decimal 253 195 30 0 0.23 0.88 0.01 44.39 0.98 0.55
Hex FD C3 1E 0 17 58 1 2C 62 37
Octal 375 303 36 0 27 130 1 54 142 67
Binary 11111101 11000011 11110 0 10111 1011000 1 101100 1100010 110111

Color Harmonies of #FDC31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC31E

Black with #FDC31E

Text Example


Text Example

White with #FDC31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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