Html Css Color HEX #F5BA12 Moon Yellow

📋 copy color: '#F5BA12'

red 245 ◦ green 186 ◦ blue 18

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

Shades of Moon Yellow #F5BA12

Tints of Moon Yellow #F5BA12

RGB

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

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

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

R = 54.57%
G = 41.43%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5BA12 (or 0xF5BA12) is known color: Moon Yellow. HEX triplet: F5, BA and 12. RGB value is (245,186,18). Sum of RGB (Red+Green+Blue) = 245+186+18=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BA12 is #0A45ED. Grayscale: #B9B9B9. Windows color (decimal): -673262 or 1227509. OLE color: 1227509.

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

Color convert

RGB 245 186 18 -
CMYK 0 0.24 0.93 0.04
HSL 44.41º 0.92% 0.52% -
HSV(B) 44.41º 0.93% 0.96% -
XYZ 55.32 54.57 8.19 -
YUV 184.49 34.05 171.16 -
System Red Green Blue C M Y K H S L
Decimal 245 186 18 0 0.24 0.93 0.04 44.41 0.92 0.52
Hex F5 BA 12 0 18 5D 4 2C 5C 34
Octal 365 272 22 0 30 135 4 54 134 64
Binary 11110101 10111010 10010 0 11000 1011101 100 101100 1011100 110100

Color Harmonies of #F5BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA12

Black with #F5BA12

Text Example


Text Example

White with #F5BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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