Html Css Color HEX #FAC419 Moon Yellow

📋 copy color: '#FAC419'

red 250 ◦ green 196 ◦ blue 25

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

Shades of Moon Yellow #FAC419

Tints of Moon Yellow #FAC419

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.61%

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

R = 53.08%
G = 41.61%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAC419 (or 0xFAC419) is known color: Moon Yellow. HEX triplet: FA, C4 and 19. RGB value is (250,196,25). Sum of RGB (Red+Green+Blue) = 250+196+25=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC419 is #053BE6. Grayscale: #C1C1C1. Windows color (decimal): -343015 or 1688826. OLE color: 1688826.

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

Color convert

RGB 250 196 25 -
CMYK 0 0.22 0.9 0.02
HSL 45.6º 0.96% 0.54% -
HSV(B) 45.6º 0.9% 0.98% -
XYZ 59.34 59.87 9.35 -
YUV 192.65 33.39 168.9 -
System Red Green Blue C M Y K H S L
Decimal 250 196 25 0 0.22 0.9 0.02 45.6 0.96 0.54
Hex FA C4 19 0 16 5A 2 2E 60 36
Octal 372 304 31 0 26 132 2 56 140 66
Binary 11111010 11000100 11001 0 10110 1011010 10 101110 1100000 110110

Color Harmonies of #FAC419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC419

Black with #FAC419

Text Example


Text Example

White with #FAC419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC419; }

 p { color: rgb(250,196,25); }

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

background-color css

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

 a { background-color: rgb(250,196,25); }

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

border-color css

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

 span { border-color: rgb(250,196,25); }

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