Html Css Color HEX #FAC025 Moon Yellow

📋 copy color: '#FAC025'

red 250 ◦ green 192 ◦ blue 37

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

Shades of Moon Yellow #FAC025

Tints of Moon Yellow #FAC025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.72%

R = 52.19%
G = 40.08%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAC025 (or 0xFAC025) is known color: Moon Yellow. HEX triplet: FA, C0 and 25. RGB value is (250,192,37). Sum of RGB (Red+Green+Blue) = 250+192+37=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 37 (14.84% from 255 or 7.72% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC025 is #053FDA. Grayscale: #C0C0C0. Windows color (decimal): -344027 or 2474234. OLE color: 2474234.

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

Color convert

RGB 250 192 37 -
CMYK 0 0.23 0.85 0.02
HSL 43.66º 0.96% 0.56% -
HSV(B) 43.66º 0.85% 0.98% -
XYZ 58.61 58.16 9.89 -
YUV 191.67 40.72 169.6 -
System Red Green Blue C M Y K H S L
Decimal 250 192 37 0 0.23 0.85 0.02 43.66 0.96 0.56
Hex FA C0 25 0 17 55 2 2C 60 38
Octal 372 300 45 0 27 125 2 54 140 70
Binary 11111010 11000000 100101 0 10111 1010101 10 101100 1100000 111000

Color Harmonies of #FAC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC025

Black with #FAC025

Text Example


Text Example

White with #FAC025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC025; }

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

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

background-color css

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

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

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

border-color css

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

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

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