Html Css Color HEX #F8C218 Moon Yellow

📋 copy color: '#F8C218'

red 248 ◦ green 194 ◦ blue 24

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

Shades of Moon Yellow #F8C218

Tints of Moon Yellow #F8C218

RGB

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

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

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

R = 53.22%
G = 41.63%
B = 5.15%

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

#F8C218 (or 0xF8C218) is known color: Moon Yellow. HEX triplet: F8, C2 and 18. RGB value is (248,194,24). Sum of RGB (Red+Green+Blue) = 248+194+24=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C218 is #073DE7. Grayscale: #BFBFBF. Windows color (decimal): -474600 or 1622776. OLE color: 1622776.

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

Color convert

RGB 248 194 24 -
CMYK 0 0.22 0.90 0.03
HSL 45.54º 0.94% 0.53% -
HSV(B) 45.54º 0.9% 0.97% -
XYZ 58.17 58.61 9.11 -
YUV 190.77 33.89 168.82 -
System Red Green Blue C M Y K H S L
Decimal 248 194 24 0 0.22 0.90 0.03 45.54 0.94 0.53
Hex F8 C2 18 0 16 5A 3 2E 5E 35
Octal 370 302 30 0 26 132 3 56 136 65
Binary 11111000 11000010 11000 0 10110 1011010 11 101110 1011110 110101

Color Harmonies of #F8C218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C218

Black with #F8C218

Text Example


Text Example

White with #F8C218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C218; }

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

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

background-color css

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

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

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

border-color css

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

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

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