Html Css Color HEX #F8C216 Moon Yellow

📋 copy color: '#F8C216'

red 248 ◦ green 194 ◦ blue 22

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

Shades of Moon Yellow #F8C216

Tints of Moon Yellow #F8C216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.74%

R = 53.45%
G = 41.81%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F8C216 (or 0xF8C216) is known color: Moon Yellow. HEX triplet: F8, C2 and 16. RGB value is (248,194,22). Sum of RGB (Red+Green+Blue) = 248+194+22=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C216 is #073DE9. Grayscale: #BFBFBF. Windows color (decimal): -474602 or 1491704. OLE color: 1491704.

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

Color convert

RGB 248 194 22 -
CMYK 0 0.22 0.91 0.03
HSL 45.66º 0.94% 0.53% -
HSV(B) 45.66º 0.91% 0.97% -
XYZ 58.15 58.6 9 -
YUV 190.54 32.89 168.99 -
System Red Green Blue C M Y K H S L
Decimal 248 194 22 0 0.22 0.91 0.03 45.66 0.94 0.53
Hex F8 C2 16 0 16 5B 3 2E 5E 35
Octal 370 302 26 0 26 133 3 56 136 65
Binary 11111000 11000010 10110 0 10110 1011011 11 101110 1011110 110101

Color Harmonies of #F8C216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C216

Black with #F8C216

Text Example


Text Example

White with #F8C216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C216; }

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

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

background-color css

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

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

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

border-color css

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

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

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