Html Css Color HEX #FCC318 Moon Yellow

📋 copy color: '#FCC318'

red 252 ◦ green 195 ◦ blue 24

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

Shades of Moon Yellow #FCC318

Tints of Moon Yellow #FCC318

RGB

 RED value IS 252 (98.83% from 255) = 53.5%

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

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

R = 53.5%
G = 41.4%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCC318 (or 0xFCC318) is known color: Moon Yellow. HEX triplet: FC, C3 and 18. RGB value is (252,195,24). Sum of RGB (Red+Green+Blue) = 252+195+24=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC318 is #033CE7. Grayscale: #C1C1C1. Windows color (decimal): -212200 or 1623036. OLE color: 1623036.

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

Color convert

RGB 252 195 24 -
CMYK 0 0.23 0.90 0.01
HSL 45º 0.97% 0.54% -
HSV(B) 45º 0.9% 0.99% -
XYZ 59.82 59.79 9.25 -
YUV 192.55 32.88 170.4 -
System Red Green Blue C M Y K H S L
Decimal 252 195 24 0 0.23 0.90 0.01 45 0.97 0.54
Hex FC C3 18 0 17 5A 1 2D 61 36
Octal 374 303 30 0 27 132 1 55 141 66
Binary 11111100 11000011 11000 0 10111 1011010 1 101101 1100001 110110

Color Harmonies of #FCC318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC318

Black with #FCC318

Text Example


Text Example

White with #FCC318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC318; }

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

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

background-color css

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

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

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

border-color css

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

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

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