Html Css Color HEX #FAC020 Moon Yellow

📋 copy color: '#FAC020'

red 250 ◦ green 192 ◦ blue 32

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

Shades of Moon Yellow #FAC020

Tints of Moon Yellow #FAC020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.51%

 BLUE value IS 32 (12.89% from 255) = 6.75%

R = 52.74%
G = 40.51%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAC020 (or 0xFAC020) is known color: Moon Yellow. HEX triplet: FA, C0 and 20. RGB value is (250,192,32). Sum of RGB (Red+Green+Blue) = 250+192+32=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC020 is #053FDF. Grayscale: #BFBFBF. Windows color (decimal): -344032 or 2146554. OLE color: 2146554.

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

Color convert

RGB 250 192 32 -
CMYK 0 0.23 0.87 0.02
HSL 44.04º 0.96% 0.55% -
HSV(B) 44.04º 0.87% 0.98% -
XYZ 58.53 58.13 9.5 -
YUV 191.1 38.22 170.01 -
System Red Green Blue C M Y K H S L
Decimal 250 192 32 0 0.23 0.87 0.02 44.04 0.96 0.55
Hex FA C0 20 0 17 57 2 2C 60 37
Octal 372 300 40 0 27 127 2 54 140 67
Binary 11111010 11000000 100000 0 10111 1010111 10 101100 1100000 110111

Color Harmonies of #FAC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC020

Black with #FAC020

Text Example


Text Example

White with #FAC020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC020; }

 p { color: rgb(250,192,32); }

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

background-color css

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

 a { background-color: rgb(250,192,32); }

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

border-color css

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

 span { border-color: rgb(250,192,32); }

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