Html Css Color HEX #FABC1F Moon Yellow

📋 copy color: '#FABC1F'

red 250 ◦ green 188 ◦ blue 31

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

Shades of Moon Yellow #FABC1F

Tints of Moon Yellow #FABC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.09%

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

R = 53.3%
G = 40.09%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FABC1F (or 0xFABC1F) is known color: Moon Yellow. HEX triplet: FA, BC and 1F. RGB value is (250,188,31). Sum of RGB (Red+Green+Blue) = 250+188+31=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 31 (12.5% from 255 or 6.61% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC1F is #0543E0. Grayscale: #BDBDBD. Windows color (decimal): -345057 or 2079994. OLE color: 2079994.

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

Color convert

RGB 250 188 31 -
CMYK 0 0.25 0.88 0.02
HSL 43.01º 0.96% 0.55% -
HSV(B) 43.01º 0.88% 0.98% -
XYZ 57.65 56.39 9.14 -
YUV 188.64 39.04 171.77 -
System Red Green Blue C M Y K H S L
Decimal 250 188 31 0 0.25 0.88 0.02 43.01 0.96 0.55
Hex FA BC 1F 0 19 58 2 2B 60 37
Octal 372 274 37 0 31 130 2 53 140 67
Binary 11111010 10111100 11111 0 11001 1011000 10 101011 1100000 110111

Color Harmonies of #FABC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC1F

Black with #FABC1F

Text Example


Text Example

White with #FABC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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