Html Css Color HEX #F5C218 Moon Yellow

📋 copy color: '#F5C218'

red 245 ◦ green 194 ◦ blue 24

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

Shades of Moon Yellow #F5C218

Tints of Moon Yellow #F5C218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.9%

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

R = 52.92%
G = 41.9%
B = 5.18%

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

#F5C218 (or 0xF5C218) is known color: Moon Yellow. HEX triplet: F5, C2 and 18. RGB value is (245,194,24). Sum of RGB (Red+Green+Blue) = 245+194+24=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 24 (9.77% from 255 or 5.18% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C218 is #0A3DE7. Grayscale: #BEBEBE. Windows color (decimal): -671208 or 1622773. OLE color: 1622773.

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

Color convert

RGB 245 194 24 -
CMYK 0 0.21 0.90 0.04
HSL 46.15º 0.92% 0.53% -
HSV(B) 46.15º 0.9% 0.96% -
XYZ 57.11 58.06 9.06 -
YUV 189.87 34.4 167.32 -
System Red Green Blue C M Y K H S L
Decimal 245 194 24 0 0.21 0.90 0.04 46.15 0.92 0.53
Hex F5 C2 18 0 15 5A 4 2E 5C 35
Octal 365 302 30 0 25 132 4 56 134 65
Binary 11110101 11000010 11000 0 10101 1011010 100 101110 1011100 110101

Color Harmonies of #F5C218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C218

Black with #F5C218

Text Example


Text Example

White with #F5C218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C218; }

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

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

background-color css

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

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

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

border-color css

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

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

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