Html Css Color HEX #F5BA16 Moon Yellow

📋 copy color: '#F5BA16'

red 245 ◦ green 186 ◦ blue 22

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

Shades of Moon Yellow #F5BA16

Tints of Moon Yellow #F5BA16

RGB

 RED value IS 245 (96.09% from 255) = 54.08%

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

 BLUE value IS 22 (8.98% from 255) = 4.86%

R = 54.08%
G = 41.06%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F5BA16 (or 0xF5BA16) is known color: Moon Yellow. HEX triplet: F5, BA and 16. RGB value is (245,186,22). Sum of RGB (Red+Green+Blue) = 245+186+22=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BA16 is #0A45E9. Grayscale: #B9B9B9. Windows color (decimal): -673258 or 1489653. OLE color: 1489653.

HSL color Cylindrical-coordinate representation of color #F5BA16: hue angle of 44.13º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5BA16 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 186 22 -
CMYK 0 0.24 0.91 0.04
HSL 44.13º 0.92% 0.52% -
HSV(B) 44.13º 0.91% 0.96% -
XYZ 55.36 54.59 8.38 -
YUV 184.95 36.05 170.84 -
System Red Green Blue C M Y K H S L
Decimal 245 186 22 0 0.24 0.91 0.04 44.13 0.92 0.52
Hex F5 BA 16 0 18 5B 4 2C 5C 34
Octal 365 272 26 0 30 133 4 54 134 64
Binary 11110101 10111010 10110 0 11000 1011011 100 101100 1011100 110100

Color Harmonies of #F5BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA16

Black with #F5BA16

Text Example


Text Example

White with #F5BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA16; }

 p { color: rgb(245,186,22); }

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

background-color css

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

 a { background-color: rgb(245,186,22); }

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

border-color css

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

 span { border-color: rgb(245,186,22); }

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