Html Css Color HEX #FAC123 Moon Yellow

📋 copy color: '#FAC123'

red 250 ◦ green 193 ◦ blue 35

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

Shades of Moon Yellow #FAC123

Tints of Moon Yellow #FAC123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.32%

R = 52.3%
G = 40.38%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAC123 (or 0xFAC123) is known color: Moon Yellow. HEX triplet: FA, C1 and 23. RGB value is (250,193,35). Sum of RGB (Red+Green+Blue) = 250+193+35=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 35 (14.06% from 255 or 7.32% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC123 is #053EDC. Grayscale: #C0C0C0. Windows color (decimal): -343773 or 2343418. OLE color: 2343418.

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

Color convert

RGB 250 193 35 -
CMYK 0 0.23 0.86 0.02
HSL 44.09º 0.96% 0.56% -
HSV(B) 44.09º 0.86% 0.98% -
XYZ 58.8 58.59 9.8 -
YUV 192.03 39.38 169.35 -
System Red Green Blue C M Y K H S L
Decimal 250 193 35 0 0.23 0.86 0.02 44.09 0.96 0.56
Hex FA C1 23 0 17 56 2 2C 60 38
Octal 372 301 43 0 27 126 2 54 140 70
Binary 11111010 11000001 100011 0 10111 1010110 10 101100 1100000 111000

Color Harmonies of #FAC123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC123

Black with #FAC123

Text Example


Text Example

White with #FAC123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC123; }

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

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

background-color css

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

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

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

border-color css

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

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

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