Html Css Color HEX #FAC41F Moon Yellow

📋 copy color: '#FAC41F'

red 250 ◦ green 196 ◦ blue 31

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

Shades of Moon Yellow #FAC41F

Tints of Moon Yellow #FAC41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.5%

R = 52.41%
G = 41.09%
B = 6.5%

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

#FAC41F (or 0xFAC41F) is known color: Moon Yellow. HEX triplet: FA, C4 and 1F. RGB value is (250,196,31). Sum of RGB (Red+Green+Blue) = 250+196+31=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC41F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC41F is #053BE0. Grayscale: #C2C2C2. Windows color (decimal): -343009 or 2082042. OLE color: 2082042.

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

Color convert

RGB 250 196 31 -
CMYK 0 0.22 0.88 0.02
HSL 45.21º 0.96% 0.55% -
HSV(B) 45.21º 0.88% 0.98% -
XYZ 59.41 59.9 9.73 -
YUV 193.34 36.39 168.42 -
System Red Green Blue C M Y K H S L
Decimal 250 196 31 0 0.22 0.88 0.02 45.21 0.96 0.55
Hex FA C4 1F 0 16 58 2 2D 60 37
Octal 372 304 37 0 26 130 2 55 140 67
Binary 11111010 11000100 11111 0 10110 1011000 10 101101 1100000 110111

Color Harmonies of #FAC41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC41F

Black with #FAC41F

Text Example


Text Example

White with #FAC41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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