Html Css Color HEX #F5C539 Saffron

📋 copy color: '#F5C539'

red 245 ◦ green 197 ◦ blue 57

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

Shades of Saffron #F5C539

Tints of Saffron #F5C539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.42%

R = 49.1%
G = 39.48%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F5C539 (or 0xF5C539) is known color: Saffron. HEX triplet: F5, C5 and 39. RGB value is (245,197,57). Sum of RGB (Red+Green+Blue) = 245+197+57=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 57 (22.66% from 255 or 11.42% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C539 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C539 is #0A3AC6. Grayscale: #C4C4C4. Windows color (decimal): -670407 or 3786229. OLE color: 3786229.

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

Color convert

RGB 245 197 57 -
CMYK 0 0.20 0.77 0.04
HSL 44.68º 0.9% 0.59% -
HSV(B) 44.68º 0.77% 0.96% -
XYZ 58.36 59.64 12.31 -
YUV 195.39 49.9 163.38 -
System Red Green Blue C M Y K H S L
Decimal 245 197 57 0 0.20 0.77 0.04 44.68 0.9 0.59
Hex F5 C5 39 0 14 4D 4 2D 5A 3B
Octal 365 305 71 0 24 115 4 55 132 73
Binary 11110101 11000101 111001 0 10100 1001101 100 101101 1011010 111011

Color Harmonies of #F5C539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C539

Black with #F5C539

Text Example


Text Example

White with #F5C539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C539; }

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

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

background-color css

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

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

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

border-color css

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

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

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