Html Css Color HEX #FABA1E Moon Yellow

📋 copy color: '#FABA1E'

red 250 ◦ green 186 ◦ blue 30

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

Shades of Moon Yellow #FABA1E

Tints of Moon Yellow #FABA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.44%

R = 53.65%
G = 39.91%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FABA1E (or 0xFABA1E) is known color: Moon Yellow. HEX triplet: FA, BA and 1E. RGB value is (250,186,30). Sum of RGB (Red+Green+Blue) = 250+186+30=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA1E is #0545E1. Grayscale: #BCBCBC. Windows color (decimal): -345570 or 2013946. OLE color: 2013946.

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

Color convert

RGB 250 186 30 -
CMYK 0 0.26 0.88 0.02
HSL 42.55º 0.96% 0.55% -
HSV(B) 42.55º 0.88% 0.98% -
XYZ 57.22 55.54 8.93 -
YUV 187.35 39.2 172.68 -
System Red Green Blue C M Y K H S L
Decimal 250 186 30 0 0.26 0.88 0.02 42.55 0.96 0.55
Hex FA BA 1E 0 1A 58 2 2B 60 37
Octal 372 272 36 0 32 130 2 53 140 67
Binary 11111010 10111010 11110 0 11010 1011000 10 101011 1100000 110111

Color Harmonies of #FABA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA1E

Black with #FABA1E

Text Example


Text Example

White with #FABA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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