Html Css Color HEX #F5BC18 Moon Yellow

📋 copy color: '#F5BC18'

red 245 ◦ green 188 ◦ blue 24

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

Shades of Moon Yellow #F5BC18

Tints of Moon Yellow #F5BC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.25%

R = 53.61%
G = 41.14%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F5BC18 (or 0xF5BC18) is known color: Moon Yellow. HEX triplet: F5, BC and 18. RGB value is (245,188,24). Sum of RGB (Red+Green+Blue) = 245+188+24=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 24 (9.77% from 255 or 5.25% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BC18 is #0A43E7. Grayscale: #BBBBBB. Windows color (decimal): -672744 or 1621237. OLE color: 1621237.

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

Color convert

RGB 245 188 24 -
CMYK 0 0.23 0.90 0.04
HSL 44.52º 0.92% 0.53% -
HSV(B) 44.52º 0.9% 0.96% -
XYZ 55.8 55.44 8.62 -
YUV 186.35 36.38 169.84 -
System Red Green Blue C M Y K H S L
Decimal 245 188 24 0 0.23 0.90 0.04 44.52 0.92 0.53
Hex F5 BC 18 0 17 5A 4 2D 5C 35
Octal 365 274 30 0 27 132 4 55 134 65
Binary 11110101 10111100 11000 0 10111 1011010 100 101101 1011100 110101

Color Harmonies of #F5BC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BC18

Black with #F5BC18

Text Example


Text Example

White with #F5BC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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