Html Css Color HEX #F5BC14 Moon Yellow

📋 copy color: '#F5BC14'

red 245 ◦ green 188 ◦ blue 20

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

Shades of Moon Yellow #F5BC14

Tints of Moon Yellow #F5BC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.42%

R = 54.08%
G = 41.5%
B = 4.42%

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

#F5BC14 (or 0xF5BC14) is known color: Moon Yellow. HEX triplet: F5, BC and 14. RGB value is (245,188,20). Sum of RGB (Red+Green+Blue) = 245+188+20=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BC14 is #0A43EB. Grayscale: #BABABA. Windows color (decimal): -672748 or 1359093. OLE color: 1359093.

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

Color convert

RGB 245 188 20 -
CMYK 0 0.23 0.92 0.04
HSL 44.8º 0.92% 0.52% -
HSV(B) 44.8º 0.92% 0.96% -
XYZ 55.77 55.43 8.42 -
YUV 185.89 34.38 170.16 -
System Red Green Blue C M Y K H S L
Decimal 245 188 20 0 0.23 0.92 0.04 44.8 0.92 0.52
Hex F5 BC 14 0 17 5C 4 2D 5C 34
Octal 365 274 24 0 27 134 4 55 134 64
Binary 11110101 10111100 10100 0 10111 1011100 100 101101 1011100 110100

Color Harmonies of #F5BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BC14

Black with #F5BC14

Text Example


Text Example

White with #F5BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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