Html Css Color HEX #F0BA12 Moon Yellow

📋 copy color: '#F0BA12'

red 240 ◦ green 186 ◦ blue 18

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

Shades of Moon Yellow #F0BA12

Tints of Moon Yellow #F0BA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.05%

R = 54.05%
G = 41.89%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0BA12 (or 0xF0BA12) is known color: Moon Yellow. HEX triplet: F0, BA and 12. RGB value is (240,186,18). Sum of RGB (Red+Green+Blue) = 240+186+18=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BA12 is #0F45ED. Grayscale: #B7B7B7. Windows color (decimal): -1000942 or 1227504. OLE color: 1227504.

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

Color convert

RGB 240 186 18 -
CMYK 0 0.22 0.92 0.06
HSL 45.41º 0.88% 0.51% -
HSV(B) 45.41º 0.93% 0.94% -
XYZ 53.6 53.69 8.11 -
YUV 182.99 34.89 168.66 -
System Red Green Blue C M Y K H S L
Decimal 240 186 18 0 0.22 0.92 0.06 45.41 0.88 0.51
Hex F0 BA 12 0 16 5C 6 2D 58 33
Octal 360 272 22 0 26 134 6 55 130 63
Binary 11110000 10111010 10010 0 10110 1011100 110 101101 1011000 110011

Color Harmonies of #F0BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA12

Black with #F0BA12

Text Example


Text Example

White with #F0BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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