Html Css Color HEX #F5C514 Moon Yellow

📋 copy color: '#F5C514'

red 245 ◦ green 197 ◦ blue 20

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

Shades of Moon Yellow #F5C514

Tints of Moon Yellow #F5C514

RGB

 RED value IS 245 (96.09% from 255) = 53.03%

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

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

R = 53.03%
G = 42.64%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5C514 (or 0xF5C514) is known color: Moon Yellow. HEX triplet: F5, C5 and 14. RGB value is (245,197,20). Sum of RGB (Red+Green+Blue) = 245+197+20=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C514 is #0A3AEB. Grayscale: #BFBFBF. Windows color (decimal): -670444 or 1361397. OLE color: 1361397.

HSL color Cylindrical-coordinate representation of color #F5C514: hue angle of 47.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5C514 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 197 20 -
CMYK 0 0.20 0.92 0.04
HSL 47.2º 0.92% 0.52% -
HSV(B) 47.2º 0.92% 0.96% -
XYZ 57.75 59.4 9.08 -
YUV 191.17 31.4 166.39 -
System Red Green Blue C M Y K H S L
Decimal 245 197 20 0 0.20 0.92 0.04 47.2 0.92 0.52
Hex F5 C5 14 0 14 5C 4 2F 5C 34
Octal 365 305 24 0 24 134 4 57 134 64
Binary 11110101 11000101 10100 0 10100 1011100 100 101111 1011100 110100

Color Harmonies of #F5C514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C514

Black with #F5C514

Text Example


Text Example

White with #F5C514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C514; }

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

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

background-color css

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

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

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

border-color css

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

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

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