Html Css Color HEX #F5C63E Saffron

📋 copy color: '#F5C63E'

red 245 ◦ green 198 ◦ blue 62

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

Shades of Saffron #F5C63E

Tints of Saffron #F5C63E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.28%

R = 48.51%
G = 39.21%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5C63E (or 0xF5C63E) is known color: Saffron. HEX triplet: F5, C6 and 3E. RGB value is (245,198,62). Sum of RGB (Red+Green+Blue) = 245+198+62=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 62 (24.61% from 255 or 12.28% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C63E is #0A39C1. Grayscale: #C5C5C5. Windows color (decimal): -670146 or 4114165. OLE color: 4114165.

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

Color convert

RGB 245 198 62 -
CMYK 0 0.19 0.75 0.04
HSL 44.59º 0.9% 0.6% -
HSV(B) 44.59º 0.75% 0.96% -
XYZ 58.72 60.15 13.07 -
YUV 196.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 245 198 62 0 0.19 0.75 0.04 44.59 0.9 0.6
Hex F5 C6 3E 0 13 4B 4 2D 5A 3C
Octal 365 306 76 0 23 113 4 55 132 74
Binary 11110101 11000110 111110 0 10011 1001011 100 101101 1011010 111100

Color Harmonies of #F5C63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C63E

Black with #F5C63E

Text Example


Text Example

White with #F5C63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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