Html Css Color HEX #FABB1C Moon Yellow

📋 copy color: '#FABB1C'

red 250 ◦ green 187 ◦ blue 28

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

Shades of Moon Yellow #FABB1C

Tints of Moon Yellow #FABB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.02%

R = 53.76%
G = 40.22%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FABB1C (or 0xFABB1C) is known color: Moon Yellow. HEX triplet: FA, BB and 1C. RGB value is (250,187,28). Sum of RGB (Red+Green+Blue) = 250+187+28=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB1C is #0544E3. Grayscale: #BCBCBC. Windows color (decimal): -345316 or 1883130. OLE color: 1883130.

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

Color convert

RGB 250 187 28 -
CMYK 0 0.25 0.89 0.02
HSL 42.97º 0.96% 0.55% -
HSV(B) 42.97º 0.89% 0.98% -
XYZ 57.4 55.95 8.87 -
YUV 187.71 37.87 172.43 -
System Red Green Blue C M Y K H S L
Decimal 250 187 28 0 0.25 0.89 0.02 42.97 0.96 0.55
Hex FA BB 1C 0 19 59 2 2B 60 37
Octal 372 273 34 0 31 131 2 53 140 67
Binary 11111010 10111011 11100 0 11001 1011001 10 101011 1100000 110111

Color Harmonies of #FABB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB1C

Black with #FABB1C

Text Example


Text Example

White with #FABB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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