Html Css Color HEX #F0BA1A Moon Yellow

📋 copy color: '#F0BA1A'

red 240 ◦ green 186 ◦ blue 26

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

Shades of Moon Yellow #F0BA1A

Tints of Moon Yellow #F0BA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.75%

R = 53.1%
G = 41.15%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0BA1A (or 0xF0BA1A) is known color: Moon Yellow. HEX triplet: F0, BA and 1A. RGB value is (240,186,26). Sum of RGB (Red+Green+Blue) = 240+186+26=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 26 (10.55% from 255 or 5.75% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BA1A is #0F45E5. Grayscale: #B8B8B8. Windows color (decimal): -1000934 or 1751792. OLE color: 1751792.

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

Color convert

RGB 240 186 26 -
CMYK 0 0.22 0.89 0.06
HSL 44.86º 0.88% 0.52% -
HSV(B) 44.86º 0.89% 0.94% -
XYZ 53.68 53.72 8.52 -
YUV 183.91 38.89 168.01 -
System Red Green Blue C M Y K H S L
Decimal 240 186 26 0 0.22 0.89 0.06 44.86 0.88 0.52
Hex F0 BA 1A 0 16 59 6 2D 58 34
Octal 360 272 32 0 26 131 6 55 130 64
Binary 11110000 10111010 11010 0 10110 1011001 110 101101 1011000 110100

Color Harmonies of #F0BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA1A

Black with #F0BA1A

Text Example


Text Example

White with #F0BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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