Html Css Color HEX #FAC31F Moon Yellow

📋 copy color: '#FAC31F'

red 250 ◦ green 195 ◦ blue 31

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

Shades of Moon Yellow #FAC31F

Tints of Moon Yellow #FAC31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.97%

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

R = 52.52%
G = 40.97%
B = 6.51%

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

#FAC31F (or 0xFAC31F) is known color: Moon Yellow. HEX triplet: FA, C3 and 1F. RGB value is (250,195,31). Sum of RGB (Red+Green+Blue) = 250+195+31=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC31F is #053CE0. Grayscale: #C1C1C1. Windows color (decimal): -343265 or 2081786. OLE color: 2081786.

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

Color convert

RGB 250 195 31 -
CMYK 0 0.22 0.88 0.02
HSL 44.93º 0.96% 0.55% -
HSV(B) 44.93º 0.88% 0.98% -
XYZ 59.19 59.45 9.65 -
YUV 192.75 36.72 168.84 -
System Red Green Blue C M Y K H S L
Decimal 250 195 31 0 0.22 0.88 0.02 44.93 0.96 0.55
Hex FA C3 1F 0 16 58 2 2D 60 37
Octal 372 303 37 0 26 130 2 55 140 67
Binary 11111010 11000011 11111 0 10110 1011000 10 101101 1100000 110111

Color Harmonies of #FAC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC31F

Black with #FAC31F

Text Example


Text Example

White with #FAC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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