Html Css Color HEX #F5C53C Saffron

📋 copy color: '#F5C53C'

red 245 ◦ green 197 ◦ blue 60

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

Shades of Saffron #F5C53C

Tints of Saffron #F5C53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.95%

R = 48.8%
G = 39.24%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5C53C (or 0xF5C53C) is known color: Saffron. HEX triplet: F5, C5 and 3C. RGB value is (245,197,60). Sum of RGB (Red+Green+Blue) = 245+197+60=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C53C is #0A3AC3. Grayscale: #C4C4C4. Windows color (decimal): -670404 or 3982837. OLE color: 3982837.

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

Color convert

RGB 245 197 60 -
CMYK 0 0.20 0.76 0.04
HSL 44.43º 0.9% 0.6% -
HSV(B) 44.43º 0.76% 0.96% -
XYZ 58.44 59.67 12.71 -
YUV 195.73 51.4 163.14 -
System Red Green Blue C M Y K H S L
Decimal 245 197 60 0 0.20 0.76 0.04 44.43 0.9 0.6
Hex F5 C5 3C 0 14 4C 4 2C 5A 3C
Octal 365 305 74 0 24 114 4 54 132 74
Binary 11110101 11000101 111100 0 10100 1001100 100 101100 1011010 111100

Color Harmonies of #F5C53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C53C

Black with #F5C53C

Text Example


Text Example

White with #F5C53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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