Html Css Color HEX #F5C118 Moon Yellow

📋 copy color: '#F5C118'

red 245 ◦ green 193 ◦ blue 24

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

Shades of Moon Yellow #F5C118

Tints of Moon Yellow #F5C118

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.77%

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

R = 53.03%
G = 41.77%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F5C118 (or 0xF5C118) is known color: Moon Yellow. HEX triplet: F5, C1 and 18. RGB value is (245,193,24). Sum of RGB (Red+Green+Blue) = 245+193+24=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C118 is #0A3EE7. Grayscale: #BEBEBE. Windows color (decimal): -671464 or 1622517. OLE color: 1622517.

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

Color convert

RGB 245 193 24 -
CMYK 0 0.21 0.90 0.04
HSL 45.88º 0.92% 0.53% -
HSV(B) 45.88º 0.9% 0.96% -
XYZ 56.89 57.62 8.99 -
YUV 189.28 34.73 167.74 -
System Red Green Blue C M Y K H S L
Decimal 245 193 24 0 0.21 0.90 0.04 45.88 0.92 0.53
Hex F5 C1 18 0 15 5A 4 2E 5C 35
Octal 365 301 30 0 25 132 4 56 134 65
Binary 11110101 11000001 11000 0 10101 1011010 100 101110 1011100 110101

Color Harmonies of #F5C118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C118

Black with #F5C118

Text Example


Text Example

White with #F5C118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C118; }

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

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

background-color css

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

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

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

border-color css

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

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

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