Html Css Color HEX #F5BA13 Moon Yellow

📋 copy color: '#F5BA13'

red 245 ◦ green 186 ◦ blue 19

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

Shades of Moon Yellow #F5BA13

Tints of Moon Yellow #F5BA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.22%

R = 54.44%
G = 41.33%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5BA13 (or 0xF5BA13) is known color: Moon Yellow. HEX triplet: F5, BA and 13. RGB value is (245,186,19). Sum of RGB (Red+Green+Blue) = 245+186+19=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BA13 is #0A45EC. Grayscale: #B9B9B9. Windows color (decimal): -673261 or 1293045. OLE color: 1293045.

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

Color convert

RGB 245 186 19 -
CMYK 0 0.24 0.92 0.04
HSL 44.34º 0.92% 0.52% -
HSV(B) 44.34º 0.92% 0.96% -
XYZ 55.33 54.58 8.23 -
YUV 184.6 34.55 171.08 -
System Red Green Blue C M Y K H S L
Decimal 245 186 19 0 0.24 0.92 0.04 44.34 0.92 0.52
Hex F5 BA 13 0 18 5C 4 2C 5C 34
Octal 365 272 23 0 30 134 4 54 134 64
Binary 11110101 10111010 10011 0 11000 1011100 100 101100 1011100 110100

Color Harmonies of #F5BA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA13

Black with #F5BA13

Text Example


Text Example

White with #F5BA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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