Html Css Color HEX #F8C118 Moon Yellow

📋 copy color: '#F8C118'

red 248 ◦ green 193 ◦ blue 24

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

Shades of Moon Yellow #F8C118

Tints of Moon Yellow #F8C118

RGB

 RED value IS 248 (97.27% from 255) = 53.33%

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

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

R = 53.33%
G = 41.51%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8C118 (or 0xF8C118) is known color: Moon Yellow. HEX triplet: F8, C1 and 18. RGB value is (248,193,24). Sum of RGB (Red+Green+Blue) = 248+193+24=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C118 is #073EE7. Grayscale: #BEBEBE. Windows color (decimal): -474856 or 1622520. OLE color: 1622520.

HSL color Cylindrical-coordinate representation of color #F8C118: hue angle of 45.27º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8C118 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 193 24 -
CMYK 0 0.22 0.90 0.03
HSL 45.27º 0.94% 0.53% -
HSV(B) 45.27º 0.9% 0.97% -
XYZ 57.95 58.16 9.04 -
YUV 190.18 34.22 169.24 -
System Red Green Blue C M Y K H S L
Decimal 248 193 24 0 0.22 0.90 0.03 45.27 0.94 0.53
Hex F8 C1 18 0 16 5A 3 2D 5E 35
Octal 370 301 30 0 26 132 3 55 136 65
Binary 11111000 11000001 11000 0 10110 1011010 11 101101 1011110 110101

Color Harmonies of #F8C118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C118

Black with #F8C118

Text Example


Text Example

White with #F8C118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C118; }

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

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

background-color css

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

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

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

border-color css

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

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

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