Html Css Color HEX #F8C314 Moon Yellow

📋 copy color: '#F8C314'

red 248 ◦ green 195 ◦ blue 20

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

Shades of Moon Yellow #F8C314

Tints of Moon Yellow #F8C314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.12%

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

R = 53.56%
G = 42.12%
B = 4.32%

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

#F8C314 (or 0xF8C314) is known color: Moon Yellow. HEX triplet: F8, C3 and 14. RGB value is (248,195,20). Sum of RGB (Red+Green+Blue) = 248+195+20=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C314 is #073CEB. Grayscale: #BFBFBF. Windows color (decimal): -474348 or 1360888. OLE color: 1360888.

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

Color convert

RGB 248 195 20 -
CMYK 0 0.21 0.92 0.03
HSL 46.05º 0.94% 0.53% -
HSV(B) 46.05º 0.92% 0.97% -
XYZ 58.35 59.04 8.98 -
YUV 190.9 31.56 168.73 -
System Red Green Blue C M Y K H S L
Decimal 248 195 20 0 0.21 0.92 0.03 46.05 0.94 0.53
Hex F8 C3 14 0 15 5C 3 2E 5E 35
Octal 370 303 24 0 25 134 3 56 136 65
Binary 11111000 11000011 10100 0 10101 1011100 11 101110 1011110 110101

Color Harmonies of #F8C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C314

Black with #F8C314

Text Example


Text Example

White with #F8C314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C314; }

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

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

background-color css

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

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

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

border-color css

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

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

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