Html Css Color HEX #F5BC15 Moon Yellow

📋 copy color: '#F5BC15'

red 245 ◦ green 188 ◦ blue 21

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

Shades of Moon Yellow #F5BC15

Tints of Moon Yellow #F5BC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.63%

R = 53.96%
G = 41.41%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F5BC15 (or 0xF5BC15) is known color: Moon Yellow. HEX triplet: F5, BC and 15. RGB value is (245,188,21). Sum of RGB (Red+Green+Blue) = 245+188+21=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BC15 is #0A43EA. Grayscale: #BABABA. Windows color (decimal): -672747 or 1424629. OLE color: 1424629.

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

Color convert

RGB 245 188 21 -
CMYK 0 0.23 0.91 0.04
HSL 44.73º 0.92% 0.52% -
HSV(B) 44.73º 0.91% 0.96% -
XYZ 55.77 55.43 8.47 -
YUV 186.01 34.88 170.08 -
System Red Green Blue C M Y K H S L
Decimal 245 188 21 0 0.23 0.91 0.04 44.73 0.92 0.52
Hex F5 BC 15 0 17 5B 4 2D 5C 34
Octal 365 274 25 0 27 133 4 55 134 64
Binary 11110101 10111100 10101 0 10111 1011011 100 101101 1011100 110100

Color Harmonies of #F5BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BC15

Black with #F5BC15

Text Example


Text Example

White with #F5BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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