Html Css Color HEX #FAC321 Moon Yellow

📋 copy color: '#FAC321'

red 250 ◦ green 195 ◦ blue 33

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

Shades of Moon Yellow #FAC321

Tints of Moon Yellow #FAC321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.9%

R = 52.3%
G = 40.79%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAC321 (or 0xFAC321) is known color: Moon Yellow. HEX triplet: FA, C3 and 21. RGB value is (250,195,33). Sum of RGB (Red+Green+Blue) = 250+195+33=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC321 is #053CDE. Grayscale: #C1C1C1. Windows color (decimal): -343263 or 2212858. OLE color: 2212858.

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

Color convert

RGB 250 195 33 -
CMYK 0 0.22 0.87 0.02
HSL 44.79º 0.96% 0.55% -
HSV(B) 44.79º 0.87% 0.98% -
XYZ 59.21 59.46 9.8 -
YUV 192.98 37.72 168.67 -
System Red Green Blue C M Y K H S L
Decimal 250 195 33 0 0.22 0.87 0.02 44.79 0.96 0.55
Hex FA C3 21 0 16 57 2 2D 60 37
Octal 372 303 41 0 26 127 2 55 140 67
Binary 11111010 11000011 100001 0 10110 1010111 10 101101 1100000 110111

Color Harmonies of #FAC321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC321

Black with #FAC321

Text Example


Text Example

White with #FAC321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC321; }

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

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

background-color css

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

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

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

border-color css

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

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

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