Html Css Color HEX #FAC01E Moon Yellow

📋 copy color: '#FAC01E'

red 250 ◦ green 192 ◦ blue 30

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

Shades of Moon Yellow #FAC01E

Tints of Moon Yellow #FAC01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.36%

R = 52.97%
G = 40.68%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAC01E (or 0xFAC01E) is known color: Moon Yellow. HEX triplet: FA, C0 and 1E. RGB value is (250,192,30). Sum of RGB (Red+Green+Blue) = 250+192+30=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 30 (12.11% from 255 or 6.36% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC01E is #053FE1. Grayscale: #BFBFBF. Windows color (decimal): -344034 or 2015482. OLE color: 2015482.

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

Color convert

RGB 250 192 30 -
CMYK 0 0.23 0.88 0.02
HSL 44.18º 0.96% 0.55% -
HSV(B) 44.18º 0.88% 0.98% -
XYZ 58.51 58.12 9.36 -
YUV 190.87 37.22 170.17 -
System Red Green Blue C M Y K H S L
Decimal 250 192 30 0 0.23 0.88 0.02 44.18 0.96 0.55
Hex FA C0 1E 0 17 58 2 2C 60 37
Octal 372 300 36 0 27 130 2 54 140 67
Binary 11111010 11000000 11110 0 10111 1011000 10 101100 1100000 110111

Color Harmonies of #FAC01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC01E

Black with #FAC01E

Text Example


Text Example

White with #FAC01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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