Html Css Color HEX #FCC319 Moon Yellow

📋 copy color: '#FCC319'

red 252 ◦ green 195 ◦ blue 25

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

Shades of Moon Yellow #FCC319

Tints of Moon Yellow #FCC319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.3%

R = 53.39%
G = 41.31%
B = 5.3%

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

#FCC319 (or 0xFCC319) is known color: Moon Yellow. HEX triplet: FC, C3 and 19. RGB value is (252,195,25). Sum of RGB (Red+Green+Blue) = 252+195+25=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC319 is #033CE6. Grayscale: #C1C1C1. Windows color (decimal): -212199 or 1688572. OLE color: 1688572.

HSL color Cylindrical-coordinate representation of color #FCC319: hue angle of 44.93º 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 #FCC319 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 195 25 -
CMYK 0 0.23 0.90 0.01
HSL 44.93º 0.97% 0.54% -
HSV(B) 44.93º 0.9% 0.99% -
XYZ 59.84 59.8 9.31 -
YUV 192.66 33.38 170.32 -
System Red Green Blue C M Y K H S L
Decimal 252 195 25 0 0.23 0.90 0.01 44.93 0.97 0.54
Hex FC C3 19 0 17 5A 1 2D 61 36
Octal 374 303 31 0 27 132 1 55 141 66
Binary 11111100 11000011 11001 0 10111 1011010 1 101101 1100001 110110

Color Harmonies of #FCC319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC319

Black with #FCC319

Text Example


Text Example

White with #FCC319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC319; }

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

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

background-color css

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

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

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

border-color css

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

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

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