Html Css Color HEX #FAC023 Moon Yellow

📋 copy color: '#FAC023'

red 250 ◦ green 192 ◦ blue 35

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

Shades of Moon Yellow #FAC023

Tints of Moon Yellow #FAC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.25%

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

R = 52.41%
G = 40.25%
B = 7.34%

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

#FAC023 (or 0xFAC023) is known color: Moon Yellow. HEX triplet: FA, C0 and 23. RGB value is (250,192,35). Sum of RGB (Red+Green+Blue) = 250+192+35=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 35 (14.06% from 255 or 7.34% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC023 is #053FDC. Grayscale: #C0C0C0. Windows color (decimal): -344029 or 2343162. OLE color: 2343162.

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

Color convert

RGB 250 192 35 -
CMYK 0 0.23 0.86 0.02
HSL 43.81º 0.96% 0.56% -
HSV(B) 43.81º 0.86% 0.98% -
XYZ 58.58 58.14 9.73 -
YUV 191.44 39.72 169.77 -
System Red Green Blue C M Y K H S L
Decimal 250 192 35 0 0.23 0.86 0.02 43.81 0.96 0.56
Hex FA C0 23 0 17 56 2 2C 60 38
Octal 372 300 43 0 27 126 2 54 140 70
Binary 11111010 11000000 100011 0 10111 1010110 10 101100 1100000 111000

Color Harmonies of #FAC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC023

Black with #FAC023

Text Example


Text Example

White with #FAC023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC023; }

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

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

background-color css

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

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

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

border-color css

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

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

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