Html Css Color HEX #FAC613 Moon Yellow

📋 copy color: '#FAC613'

red 250 ◦ green 198 ◦ blue 19

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

Shades of Moon Yellow #FAC613

Tints of Moon Yellow #FAC613

RGB

 RED value IS 250 (98.05% from 255) = 53.53%

 GREEN value IS 198 (77.73% from 255) = 42.4%

 BLUE value IS 19 (7.81% from 255) = 4.07%

R = 53.53%
G = 42.4%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAC613 (or 0xFAC613) is known color: Moon Yellow. HEX triplet: FA, C6 and 13. RGB value is (250,198,19). Sum of RGB (Red+Green+Blue) = 250+198+19=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC613 is #0539EC. Grayscale: #C1C1C1. Windows color (decimal): -342509 or 1296122. OLE color: 1296122.

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

Color convert

RGB 250 198 19 -
CMYK 0 0.21 0.92 0.02
HSL 46.49º 0.96% 0.53% -
HSV(B) 46.49º 0.92% 0.98% -
XYZ 59.74 60.76 9.2 -
YUV 193.14 29.73 168.55 -
System Red Green Blue C M Y K H S L
Decimal 250 198 19 0 0.21 0.92 0.02 46.49 0.96 0.53
Hex FA C6 13 0 15 5C 2 2E 60 35
Octal 372 306 23 0 25 134 2 56 140 65
Binary 11111010 11000110 10011 0 10101 1011100 10 101110 1100000 110101

Color Harmonies of #FAC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC613

Black with #FAC613

Text Example


Text Example

White with #FAC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC613; }

 p { color: rgb(250,198,19); }

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

background-color css

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

 a { background-color: rgb(250,198,19); }

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

border-color css

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

 span { border-color: rgb(250,198,19); }

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