Html Css Color HEX #F9BA1B Moon Yellow

📋 copy color: '#F9BA1B'

red 249 ◦ green 186 ◦ blue 27

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

Shades of Moon Yellow #F9BA1B

Tints of Moon Yellow #F9BA1B

RGB

 RED value IS 249 (97.66% from 255) = 53.9%

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

 BLUE value IS 27 (10.94% from 255) = 5.84%

R = 53.9%
G = 40.26%
B = 5.84%

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

#F9BA1B (or 0xF9BA1B) is known color: Moon Yellow. HEX triplet: F9, BA and 1B. RGB value is (249,186,27). Sum of RGB (Red+Green+Blue) = 249+186+27=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA1B is #0645E4. Grayscale: #BBBBBB. Windows color (decimal): -411109 or 1817337. OLE color: 1817337.

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

Color convert

RGB 249 186 27 -
CMYK 0 0.25 0.89 0.02
HSL 42.97º 0.95% 0.54% -
HSV(B) 42.97º 0.89% 0.98% -
XYZ 56.82 55.34 8.72 -
YUV 186.71 37.87 172.43 -
System Red Green Blue C M Y K H S L
Decimal 249 186 27 0 0.25 0.89 0.02 42.97 0.95 0.54
Hex F9 BA 1B 0 19 59 2 2B 5F 36
Octal 371 272 33 0 31 131 2 53 137 66
Binary 11111001 10111010 11011 0 11001 1011001 10 101011 1011111 110110

Color Harmonies of #F9BA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BA1B

Black with #F9BA1B

Text Example


Text Example

White with #F9BA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BA1B; }

 p { color: rgb(249,186,27); }

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

background-color css

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

 a { background-color: rgb(249,186,27); }

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

border-color css

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

 span { border-color: rgb(249,186,27); }

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