Html Css Color HEX #FAC01B Moon Yellow

📋 copy color: '#FAC01B'

red 250 ◦ green 192 ◦ blue 27

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

Shades of Moon Yellow #FAC01B

Tints of Moon Yellow #FAC01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.76%

R = 53.3%
G = 40.94%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAC01B (or 0xFAC01B) is known color: Moon Yellow. HEX triplet: FA, C0 and 1B. RGB value is (250,192,27). Sum of RGB (Red+Green+Blue) = 250+192+27=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 27 (10.94% from 255 or 5.76% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC01B is #053FE4. Grayscale: #BFBFBF. Windows color (decimal): -344037 or 1818874. OLE color: 1818874.

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

Color convert

RGB 250 192 27 -
CMYK 0 0.23 0.89 0.02
HSL 44.39º 0.96% 0.54% -
HSV(B) 44.39º 0.89% 0.98% -
XYZ 58.47 58.1 9.17 -
YUV 190.53 35.72 170.42 -
System Red Green Blue C M Y K H S L
Decimal 250 192 27 0 0.23 0.89 0.02 44.39 0.96 0.54
Hex FA C0 1B 0 17 59 2 2C 60 36
Octal 372 300 33 0 27 131 2 54 140 66
Binary 11111010 11000000 11011 0 10111 1011001 10 101100 1100000 110110

Color Harmonies of #FAC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC01B

Black with #FAC01B

Text Example


Text Example

White with #FAC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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