Html Css Color HEX #FABA1B Moon Yellow

📋 copy color: '#FABA1B'

red 250 ◦ green 186 ◦ blue 27

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

Shades of Moon Yellow #FABA1B

Tints of Moon Yellow #FABA1B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.17%

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

R = 54%
G = 40.17%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FABA1B (or 0xFABA1B) is known color: Moon Yellow. HEX triplet: FA, BA and 1B. RGB value is (250,186,27). Sum of RGB (Red+Green+Blue) = 250+186+27=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 27 (10.94% from 255 or 5.83% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA1B is #0545E4. Grayscale: #BBBBBB. Windows color (decimal): -345573 or 1817338. OLE color: 1817338.

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

Color convert

RGB 250 186 27 -
CMYK 0 0.26 0.89 0.02
HSL 42.78º 0.96% 0.54% -
HSV(B) 42.78º 0.89% 0.98% -
XYZ 57.18 55.52 8.74 -
YUV 187.01 37.7 172.93 -
System Red Green Blue C M Y K H S L
Decimal 250 186 27 0 0.26 0.89 0.02 42.78 0.96 0.54
Hex FA BA 1B 0 1A 59 2 2B 60 36
Octal 372 272 33 0 32 131 2 53 140 66
Binary 11111010 10111010 11011 0 11010 1011001 10 101011 1100000 110110

Color Harmonies of #FABA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA1B

Black with #FABA1B

Text Example


Text Example

White with #FABA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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