Html Css Color HEX #F0BA10 Moon Yellow

📋 copy color: '#F0BA10'

red 240 ◦ green 186 ◦ blue 16

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

Shades of Moon Yellow #F0BA10

Tints of Moon Yellow #F0BA10

RGB

 RED value IS 240 (94.14% from 255) = 54.3%

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

 BLUE value IS 16 (6.64% from 255) = 3.62%

R = 54.3%
G = 42.08%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0BA10 (or 0xF0BA10) is known color: Moon Yellow. HEX triplet: F0, BA and 10. RGB value is (240,186,16). Sum of RGB (Red+Green+Blue) = 240+186+16=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BA10 is #0F45EF. Grayscale: #B7B7B7. Windows color (decimal): -1000944 or 1096432. OLE color: 1096432.

HSL color Cylindrical-coordinate representation of color #F0BA10: hue angle of 45.54º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0BA10 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 186 16 -
CMYK 0 0.22 0.93 0.06
HSL 45.54º 0.88% 0.5% -
HSV(B) 45.54º 0.93% 0.94% -
XYZ 53.59 53.68 8.03 -
YUV 182.77 33.89 168.82 -
System Red Green Blue C M Y K H S L
Decimal 240 186 16 0 0.22 0.93 0.06 45.54 0.88 0.5
Hex F0 BA 10 0 16 5D 6 2E 58 32
Octal 360 272 20 0 26 135 6 56 130 62
Binary 11110000 10111010 10000 0 10110 1011101 110 101110 1011000 110010

Color Harmonies of #F0BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA10

Black with #F0BA10

Text Example


Text Example

White with #F0BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA10; }

 p { color: rgb(240,186,16); }

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

background-color css

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

 a { background-color: rgb(240,186,16); }

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

border-color css

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

 span { border-color: rgb(240,186,16); }

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