Html Css Color HEX #FABA1F Moon Yellow

📋 copy color: '#FABA1F'

red 250 ◦ green 186 ◦ blue 31

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

Shades of Moon Yellow #FABA1F

Tints of Moon Yellow #FABA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.64%

R = 53.53%
G = 39.83%
B = 6.64%

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

#FABA1F (or 0xFABA1F) is known color: Moon Yellow. HEX triplet: FA, BA and 1F. RGB value is (250,186,31). Sum of RGB (Red+Green+Blue) = 250+186+31=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA1F is #0545E0. Grayscale: #BCBCBC. Windows color (decimal): -345569 or 2079482. OLE color: 2079482.

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

Color convert

RGB 250 186 31 -
CMYK 0 0.26 0.88 0.02
HSL 42.47º 0.96% 0.55% -
HSV(B) 42.47º 0.88% 0.98% -
XYZ 57.23 55.54 9 -
YUV 187.47 39.7 172.6 -
System Red Green Blue C M Y K H S L
Decimal 250 186 31 0 0.26 0.88 0.02 42.47 0.96 0.55
Hex FA BA 1F 0 1A 58 2 2A 60 37
Octal 372 272 37 0 32 130 2 52 140 67
Binary 11111010 10111010 11111 0 11010 1011000 10 101010 1100000 110111

Color Harmonies of #FABA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA1F

Black with #FABA1F

Text Example


Text Example

White with #FABA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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