Html Css Color HEX #F5C313 Moon Yellow

📋 copy color: '#F5C313'

red 245 ◦ green 195 ◦ blue 19

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

Shades of Moon Yellow #F5C313

Tints of Moon Yellow #F5C313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.14%

R = 53.38%
G = 42.48%
B = 4.14%

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

#F5C313 (or 0xF5C313) is known color: Moon Yellow. HEX triplet: F5, C3 and 13. RGB value is (245,195,19). Sum of RGB (Red+Green+Blue) = 245+195+19=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C313 is #0A3CEC. Grayscale: #BEBEBE. Windows color (decimal): -670957 or 1295349. OLE color: 1295349.

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

Color convert

RGB 245 195 19 -
CMYK 0 0.20 0.92 0.04
HSL 46.73º 0.92% 0.52% -
HSV(B) 46.73º 0.92% 0.96% -
XYZ 57.29 58.49 8.89 -
YUV 189.89 31.57 167.31 -
System Red Green Blue C M Y K H S L
Decimal 245 195 19 0 0.20 0.92 0.04 46.73 0.92 0.52
Hex F5 C3 13 0 14 5C 4 2F 5C 34
Octal 365 303 23 0 24 134 4 57 134 64
Binary 11110101 11000011 10011 0 10100 1011100 100 101111 1011100 110100

Color Harmonies of #F5C313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C313

Black with #F5C313

Text Example


Text Example

White with #F5C313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C313; }

 p { color: rgb(245,195,19); }

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

background-color css

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

 a { background-color: rgb(245,195,19); }

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

border-color css

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

 span { border-color: rgb(245,195,19); }

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