Html Css Color HEX #F5C63C Saffron

📋 copy color: '#F5C63C'

red 245 ◦ green 198 ◦ blue 60

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

Shades of Saffron #F5C63C

Tints of Saffron #F5C63C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.36%

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

R = 48.71%
G = 39.36%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5C63C (or 0xF5C63C) is known color: Saffron. HEX triplet: F5, C6 and 3C. RGB value is (245,198,60). Sum of RGB (Red+Green+Blue) = 245+198+60=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C63C is #0A39C3. Grayscale: #C4C4C4. Windows color (decimal): -670148 or 3983093. OLE color: 3983093.

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

Color convert

RGB 245 198 60 -
CMYK 0 0.19 0.76 0.04
HSL 44.76º 0.9% 0.6% -
HSV(B) 44.76º 0.76% 0.96% -
XYZ 58.67 60.13 12.79 -
YUV 196.32 51.07 162.72 -
System Red Green Blue C M Y K H S L
Decimal 245 198 60 0 0.19 0.76 0.04 44.76 0.9 0.6
Hex F5 C6 3C 0 13 4C 4 2D 5A 3C
Octal 365 306 74 0 23 114 4 55 132 74
Binary 11110101 11000110 111100 0 10011 1001100 100 101101 1011010 111100

Color Harmonies of #F5C63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C63C

Black with #F5C63C

Text Example


Text Example

White with #F5C63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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