Html Css Color HEX #F5C31E Moon Yellow

📋 copy color: '#F5C31E'

red 245 ◦ green 195 ◦ blue 30

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

Shades of Moon Yellow #F5C31E

Tints of Moon Yellow #F5C31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.38%

R = 52.13%
G = 41.49%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5C31E (or 0xF5C31E) is known color: Moon Yellow. HEX triplet: F5, C3 and 1E. RGB value is (245,195,30). Sum of RGB (Red+Green+Blue) = 245+195+30=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 30 (12.11% from 255 or 6.38% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C31E is #0A3CE1. Grayscale: #BFBFBF. Windows color (decimal): -670946 or 2016245. OLE color: 2016245.

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

Color convert

RGB 245 195 30 -
CMYK 0 0.20 0.88 0.04
HSL 46.05º 0.91% 0.54% -
HSV(B) 46.05º 0.88% 0.96% -
XYZ 57.41 58.54 9.5 -
YUV 191.14 37.07 166.42 -
System Red Green Blue C M Y K H S L
Decimal 245 195 30 0 0.20 0.88 0.04 46.05 0.91 0.54
Hex F5 C3 1E 0 14 58 4 2E 5B 36
Octal 365 303 36 0 24 130 4 56 133 66
Binary 11110101 11000011 11110 0 10100 1011000 100 101110 1011011 110110

Color Harmonies of #F5C31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C31E

Black with #F5C31E

Text Example


Text Example

White with #F5C31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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