Html Css Color HEX #FAC024 Moon Yellow

📋 copy color: '#FAC024'

red 250 ◦ green 192 ◦ blue 36

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

Shades of Moon Yellow #FAC024

Tints of Moon Yellow #FAC024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.53%

R = 52.3%
G = 40.17%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAC024 (or 0xFAC024) is known color: Moon Yellow. HEX triplet: FA, C0 and 24. RGB value is (250,192,36). Sum of RGB (Red+Green+Blue) = 250+192+36=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 36 (14.45% from 255 or 7.53% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC024 is #053FDB. Grayscale: #C0C0C0. Windows color (decimal): -344028 or 2408698. OLE color: 2408698.

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

Color convert

RGB 250 192 36 -
CMYK 0 0.23 0.86 0.02
HSL 43.74º 0.96% 0.56% -
HSV(B) 43.74º 0.86% 0.98% -
XYZ 58.59 58.15 9.81 -
YUV 191.56 40.22 169.68 -
System Red Green Blue C M Y K H S L
Decimal 250 192 36 0 0.23 0.86 0.02 43.74 0.96 0.56
Hex FA C0 24 0 17 56 2 2C 60 38
Octal 372 300 44 0 27 126 2 54 140 70
Binary 11111010 11000000 100100 0 10111 1010110 10 101100 1100000 111000

Color Harmonies of #FAC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC024

Black with #FAC024

Text Example


Text Example

White with #FAC024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC024; }

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

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

background-color css

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

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

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

border-color css

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

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

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