Html Css Color HEX #FAC41E Moon Yellow

📋 copy color: '#FAC41E'

red 250 ◦ green 196 ◦ blue 30

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

Shades of Moon Yellow #FAC41E

Tints of Moon Yellow #FAC41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.18%

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

R = 52.52%
G = 41.18%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAC41E (or 0xFAC41E) is known color: Moon Yellow. HEX triplet: FA, C4 and 1E. RGB value is (250,196,30). Sum of RGB (Red+Green+Blue) = 250+196+30=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC41E is #053BE1. Grayscale: #C1C1C1. Windows color (decimal): -343010 or 2016506. OLE color: 2016506.

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

Color convert

RGB 250 196 30 -
CMYK 0 0.22 0.88 0.02
HSL 45.27º 0.96% 0.55% -
HSV(B) 45.27º 0.88% 0.98% -
XYZ 59.4 59.9 9.66 -
YUV 193.22 35.89 168.5 -
System Red Green Blue C M Y K H S L
Decimal 250 196 30 0 0.22 0.88 0.02 45.27 0.96 0.55
Hex FA C4 1E 0 16 58 2 2D 60 37
Octal 372 304 36 0 26 130 2 55 140 67
Binary 11111010 11000100 11110 0 10110 1011000 10 101101 1100000 110111

Color Harmonies of #FAC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC41E

Black with #FAC41E

Text Example


Text Example

White with #FAC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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