Html Css Color HEX #F5C91A Moon Yellow

📋 copy color: '#F5C91A'

red 245 ◦ green 201 ◦ blue 26

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

Shades of Moon Yellow #F5C91A

Tints of Moon Yellow #F5C91A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.58%

 BLUE value IS 26 (10.55% from 255) = 5.51%

R = 51.91%
G = 42.58%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5C91A (or 0xF5C91A) is known color: Moon Yellow. HEX triplet: F5, C9 and 1A. RGB value is (245,201,26). Sum of RGB (Red+Green+Blue) = 245+201+26=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C91A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C91A is #0A36E5. Grayscale: #C2C2C2. Windows color (decimal): -669414 or 1755637. OLE color: 1755637.

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

Color convert

RGB 245 201 26 -
CMYK 0 0.18 0.89 0.04
HSL 47.95º 0.92% 0.53% -
HSV(B) 47.95º 0.89% 0.96% -
XYZ 58.73 61.26 9.71 -
YUV 194.21 33.08 164.23 -
System Red Green Blue C M Y K H S L
Decimal 245 201 26 0 0.18 0.89 0.04 47.95 0.92 0.53
Hex F5 C9 1A 0 12 59 4 30 5C 35
Octal 365 311 32 0 22 131 4 60 134 65
Binary 11110101 11001001 11010 0 10010 1011001 100 110000 1011100 110101

Color Harmonies of #F5C91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C91A

Black with #F5C91A

Text Example


Text Example

White with #F5C91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C91A; }

 p { color: rgb(245,201,26); }

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

background-color css

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

 a { background-color: rgb(245,201,26); }

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

border-color css

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

 span { border-color: rgb(245,201,26); }

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