Html Css Color HEX #F5C013 Moon Yellow

📋 copy color: '#F5C013'

red 245 ◦ green 192 ◦ blue 19

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

Shades of Moon Yellow #F5C013

Tints of Moon Yellow #F5C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.11%

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

R = 53.73%
G = 42.11%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5C013 (or 0xF5C013) is known color: Moon Yellow. HEX triplet: F5, C0 and 13. RGB value is (245,192,19). Sum of RGB (Red+Green+Blue) = 245+192+19=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C013 is #0A3FEC. Grayscale: #BCBCBC. Windows color (decimal): -671725 or 1294581. OLE color: 1294581.

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

Color convert

RGB 245 192 19 -
CMYK 0 0.22 0.92 0.04
HSL 45.93º 0.92% 0.52% -
HSV(B) 45.93º 0.92% 0.96% -
XYZ 56.62 57.16 8.66 -
YUV 188.13 32.56 168.57 -
System Red Green Blue C M Y K H S L
Decimal 245 192 19 0 0.22 0.92 0.04 45.93 0.92 0.52
Hex F5 C0 13 0 16 5C 4 2E 5C 34
Octal 365 300 23 0 26 134 4 56 134 64
Binary 11110101 11000000 10011 0 10110 1011100 100 101110 1011100 110100

Color Harmonies of #F5C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C013

Black with #F5C013

Text Example


Text Example

White with #F5C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C013; }

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

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

background-color css

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

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

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

border-color css

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

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

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