Html Css Color HEX #FAC01C Moon Yellow

📋 copy color: '#FAC01C'

red 250 ◦ green 192 ◦ blue 28

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

Shades of Moon Yellow #FAC01C

Tints of Moon Yellow #FAC01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.96%

R = 53.19%
G = 40.85%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAC01C (or 0xFAC01C) is known color: Moon Yellow. HEX triplet: FA, C0 and 1C. RGB value is (250,192,28). Sum of RGB (Red+Green+Blue) = 250+192+28=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC01C is #053FE3. Grayscale: #BFBFBF. Windows color (decimal): -344036 or 1884410. OLE color: 1884410.

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

Color convert

RGB 250 192 28 -
CMYK 0 0.23 0.89 0.02
HSL 44.32º 0.96% 0.55% -
HSV(B) 44.32º 0.89% 0.98% -
XYZ 58.48 58.11 9.23 -
YUV 190.65 36.22 170.34 -
System Red Green Blue C M Y K H S L
Decimal 250 192 28 0 0.23 0.89 0.02 44.32 0.96 0.55
Hex FA C0 1C 0 17 59 2 2C 60 37
Octal 372 300 34 0 27 131 2 54 140 67
Binary 11111010 11000000 11100 0 10111 1011001 10 101100 1100000 110111

Color Harmonies of #FAC01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC01C

Black with #FAC01C

Text Example


Text Example

White with #FAC01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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