Html Css Color HEX #FCC714 Moon Yellow

📋 copy color: '#FCC714'

red 252 ◦ green 199 ◦ blue 20

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

Shades of Moon Yellow #FCC714

Tints of Moon Yellow #FCC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.25%

 BLUE value IS 20 (8.2% from 255) = 4.25%

R = 53.5%
G = 42.25%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCC714 (or 0xFCC714) is known color: Moon Yellow. HEX triplet: FC, C7 and 14. RGB value is (252,199,20). Sum of RGB (Red+Green+Blue) = 252+199+20=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC714 is #0338EB. Grayscale: #C3C3C3. Windows color (decimal): -211180 or 1361916. OLE color: 1361916.

HSL color Cylindrical-coordinate representation of color #FCC714: hue angle of 46.29º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCC714 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 199 20 -
CMYK 0 0.21 0.92 0.01
HSL 46.29º 0.97% 0.53% -
HSV(B) 46.29º 0.92% 0.99% -
XYZ 60.69 61.59 9.35 -
YUV 194.44 29.56 169.05 -
System Red Green Blue C M Y K H S L
Decimal 252 199 20 0 0.21 0.92 0.01 46.29 0.97 0.53
Hex FC C7 14 0 15 5C 1 2E 61 35
Octal 374 307 24 0 25 134 1 56 141 65
Binary 11111100 11000111 10100 0 10101 1011100 1 101110 1100001 110101

Color Harmonies of #FCC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC714

Black with #FCC714

Text Example


Text Example

White with #FCC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC714; }

 p { color: rgb(252,199,20); }

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

background-color css

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

 a { background-color: rgb(252,199,20); }

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

border-color css

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

 span { border-color: rgb(252,199,20); }

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