Html Css Color HEX #FFC31C Moon Yellow

📋 copy color: '#FFC31C'

red 255 ◦ green 195 ◦ blue 28

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

Shades of Moon Yellow #FFC31C

Tints of Moon Yellow #FFC31C

RGB

 RED value IS 255 (100% from 255) = 53.35%

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

 BLUE value IS 28 (11.33% from 255) = 5.86%

R = 53.35%
G = 40.79%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFC31C (or 0xFFC31C) is known color: Moon Yellow. HEX triplet: FF, C3 and 1C. RGB value is (255,195,28). Sum of RGB (Red+Green+Blue) = 255+195+28=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC31C is #003CE3. Grayscale: #C2C2C2. Windows color (decimal): -15588 or 1885183. OLE color: 1885183.

HSL color Cylindrical-coordinate representation of color #FFC31C: hue angle of 44.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFC31C is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 195 28 -
CMYK 0 0.24 0.89 0
HSL 44.14º 1% 0.55% -
HSV(B) 44.14º 0.89% 1% -
XYZ 60.96 60.37 9.54 -
YUV 193.9 34.38 171.58 -
System Red Green Blue C M Y K H S L
Decimal 255 195 28 0 0.24 0.89 0 44.14 1 0.55
Hex FF C3 1C 0 18 59 0 2C 64 37
Octal 377 303 34 0 30 131 0 54 144 67
Binary 11111111 11000011 11100 0 11000 1011001 0 101100 1100100 110111

Color Harmonies of #FFC31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC31C

Black with #FFC31C

Text Example


Text Example

White with #FFC31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC31C; }

 p { color: rgb(255,195,28); }

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

background-color css

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

 a { background-color: rgb(255,195,28); }

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

border-color css

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

 span { border-color: rgb(255,195,28); }

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