Html Css Color HEX #F8C914 Moon Yellow

📋 copy color: '#F8C914'

red 248 ◦ green 201 ◦ blue 20

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

Shades of Moon Yellow #F8C914

Tints of Moon Yellow #F8C914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.86%

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 52.88%
G = 42.86%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8C914 (or 0xF8C914) is known color: Moon Yellow. HEX triplet: F8, C9 and 14. RGB value is (248,201,20). Sum of RGB (Red+Green+Blue) = 248+201+20=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C914 is #0736EB. Grayscale: #C3C3C3. Windows color (decimal): -472812 or 1362424. OLE color: 1362424.

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

Color convert

RGB 248 201 20 -
CMYK 0 0.19 0.92 0.03
HSL 47.63º 0.94% 0.53% -
HSV(B) 47.63º 0.92% 0.97% -
XYZ 59.72 61.78 9.44 -
YUV 194.42 29.57 166.22 -
System Red Green Blue C M Y K H S L
Decimal 248 201 20 0 0.19 0.92 0.03 47.63 0.94 0.53
Hex F8 C9 14 0 13 5C 3 30 5E 35
Octal 370 311 24 0 23 134 3 60 136 65
Binary 11111000 11001001 10100 0 10011 1011100 11 110000 1011110 110101

Color Harmonies of #F8C914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C914

Black with #F8C914

Text Example


Text Example

White with #F8C914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C914; }

 p { color: rgb(248,201,20); }

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

background-color css

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

 a { background-color: rgb(248,201,20); }

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

border-color css

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

 span { border-color: rgb(248,201,20); }

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