Html Css Color HEX #F5BC13 Moon Yellow

📋 copy color: '#F5BC13'

red 245 ◦ green 188 ◦ blue 19

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

Shades of Moon Yellow #F5BC13

Tints of Moon Yellow #F5BC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.59%

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

R = 54.2%
G = 41.59%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5BC13 (or 0xF5BC13) is known color: Moon Yellow. HEX triplet: F5, BC and 13. RGB value is (245,188,19). Sum of RGB (Red+Green+Blue) = 245+188+19=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 19 (7.81% from 255 or 4.20% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BC13 is #0A43EC. Grayscale: #BABABA. Windows color (decimal): -672749 or 1293557. OLE color: 1293557.

HSL color Cylindrical-coordinate representation of color #F5BC13: hue angle of 44.87º 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 #F5BC13 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 188 19 -
CMYK 0 0.23 0.92 0.04
HSL 44.87º 0.92% 0.52% -
HSV(B) 44.87º 0.92% 0.96% -
XYZ 55.76 55.43 8.38 -
YUV 185.78 33.88 170.24 -
System Red Green Blue C M Y K H S L
Decimal 245 188 19 0 0.23 0.92 0.04 44.87 0.92 0.52
Hex F5 BC 13 0 17 5C 4 2D 5C 34
Octal 365 274 23 0 27 134 4 55 134 64
Binary 11110101 10111100 10011 0 10111 1011100 100 101101 1011100 110100

Color Harmonies of #F5BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BC13

Black with #F5BC13

Text Example


Text Example

White with #F5BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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