Html Css Color HEX #F8C514 Moon Yellow

📋 copy color: '#F8C514'

red 248 ◦ green 197 ◦ blue 20

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

Shades of Moon Yellow #F8C514

Tints of Moon Yellow #F8C514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.37%

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

R = 53.33%
G = 42.37%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8C514 (or 0xF8C514) is known color: Moon Yellow. HEX triplet: F8, C5 and 14. RGB value is (248,197,20). Sum of RGB (Red+Green+Blue) = 248+197+20=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C514 is #073AEB. Grayscale: #C0C0C0. Windows color (decimal): -473836 or 1361400. OLE color: 1361400.

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

Color convert

RGB 248 197 20 -
CMYK 0 0.21 0.92 0.03
HSL 46.58º 0.94% 0.53% -
HSV(B) 46.58º 0.92% 0.97% -
XYZ 58.8 59.94 9.13 -
YUV 192.07 30.9 167.89 -
System Red Green Blue C M Y K H S L
Decimal 248 197 20 0 0.21 0.92 0.03 46.58 0.94 0.53
Hex F8 C5 14 0 15 5C 3 2F 5E 35
Octal 370 305 24 0 25 134 3 57 136 65
Binary 11111000 11000101 10100 0 10101 1011100 11 101111 1011110 110101

Color Harmonies of #F8C514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C514

Black with #F8C514

Text Example


Text Example

White with #F8C514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C514; }

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

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

background-color css

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

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

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

border-color css

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

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

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