Html Css Color HEX #FABB1F Moon Yellow

📋 copy color: '#FABB1F'

red 250 ◦ green 187 ◦ blue 31

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

Shades of Moon Yellow #FABB1F

Tints of Moon Yellow #FABB1F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.96%

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

R = 53.42%
G = 39.96%
B = 6.62%

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

#FABB1F (or 0xFABB1F) is known color: Moon Yellow. HEX triplet: FA, BB and 1F. RGB value is (250,187,31). Sum of RGB (Red+Green+Blue) = 250+187+31=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB1F is #0544E0. Grayscale: #BCBCBC. Windows color (decimal): -345313 or 2079738. OLE color: 2079738.

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

Color convert

RGB 250 187 31 -
CMYK 0 0.25 0.88 0.02
HSL 42.74º 0.96% 0.55% -
HSV(B) 42.74º 0.88% 0.98% -
XYZ 57.44 55.96 9.07 -
YUV 188.05 39.37 172.18 -
System Red Green Blue C M Y K H S L
Decimal 250 187 31 0 0.25 0.88 0.02 42.74 0.96 0.55
Hex FA BB 1F 0 19 58 2 2B 60 37
Octal 372 273 37 0 31 130 2 53 140 67
Binary 11111010 10111011 11111 0 11001 1011000 10 101011 1100000 110111

Color Harmonies of #FABB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB1F

Black with #FABB1F

Text Example


Text Example

White with #FABB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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