Html Css Color HEX #FAC11E Moon Yellow

📋 copy color: '#FAC11E'

red 250 ◦ green 193 ◦ blue 30

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

Shades of Moon Yellow #FAC11E

Tints of Moon Yellow #FAC11E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.8%

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

R = 52.85%
G = 40.8%
B = 6.34%

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

#FAC11E (or 0xFAC11E) is known color: Moon Yellow. HEX triplet: FA, C1 and 1E. RGB value is (250,193,30). Sum of RGB (Red+Green+Blue) = 250+193+30=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC11E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC11E is #053EE1. Grayscale: #C0C0C0. Windows color (decimal): -343778 or 2015738. OLE color: 2015738.

HSL color Cylindrical-coordinate representation of color #FAC11E: hue angle of 44.45º 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 #FAC11E is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 30 -
CMYK 0 0.23 0.88 0.02
HSL 44.45º 0.96% 0.55% -
HSV(B) 44.45º 0.88% 0.98% -
XYZ 58.73 58.56 9.44 -
YUV 191.46 36.88 169.75 -
System Red Green Blue C M Y K H S L
Decimal 250 193 30 0 0.23 0.88 0.02 44.45 0.96 0.55
Hex FA C1 1E 0 17 58 2 2C 60 37
Octal 372 301 36 0 27 130 2 54 140 67
Binary 11111010 11000001 11110 0 10111 1011000 10 101100 1100000 110111

Color Harmonies of #FAC11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC11E

Black with #FAC11E

Text Example


Text Example

White with #FAC11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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