Html Css Color HEX #FCC115 Moon Yellow

📋 copy color: '#FCC115'

red 252 ◦ green 193 ◦ blue 21

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

Shades of Moon Yellow #FCC115

Tints of Moon Yellow #FCC115

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.42%

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

R = 54.08%
G = 41.42%
B = 4.51%

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

#FCC115 (or 0xFCC115) is known color: Moon Yellow. HEX triplet: FC, C1 and 15. RGB value is (252,193,21). Sum of RGB (Red+Green+Blue) = 252+193+21=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC115 is #033EEA. Grayscale: #BFBFBF. Windows color (decimal): -212715 or 1425916. OLE color: 1425916.

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

Color convert

RGB 252 193 21 -
CMYK 0 0.23 0.92 0.01
HSL 44.68º 0.97% 0.54% -
HSV(B) 44.68º 0.92% 0.99% -
XYZ 59.35 58.89 8.95 -
YUV 191.03 32.05 171.49 -
System Red Green Blue C M Y K H S L
Decimal 252 193 21 0 0.23 0.92 0.01 44.68 0.97 0.54
Hex FC C1 15 0 17 5C 1 2D 61 36
Octal 374 301 25 0 27 134 1 55 141 66
Binary 11111100 11000001 10101 0 10111 1011100 1 101101 1100001 110110

Color Harmonies of #FCC115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC115

Black with #FCC115

Text Example


Text Example

White with #FCC115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC115; }

 p { color: rgb(252,193,21); }

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

background-color css

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

 a { background-color: rgb(252,193,21); }

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

border-color css

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

 span { border-color: rgb(252,193,21); }

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