Html Css Color HEX #F5C93A Saffron

📋 copy color: '#F5C93A'

red 245 ◦ green 201 ◦ blue 58

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

Shades of Saffron #F5C93A

Tints of Saffron #F5C93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.51%

R = 48.61%
G = 39.88%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5C93A (or 0xF5C93A) is known color: Saffron. HEX triplet: F5, C9 and 3A. RGB value is (245,201,58). Sum of RGB (Red+Green+Blue) = 245+201+58=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C93A is #0A36C5. Grayscale: #C6C6C6. Windows color (decimal): -669382 or 3852789. OLE color: 3852789.

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

Color convert

RGB 245 201 58 -
CMYK 0 0.18 0.76 0.04
HSL 45.88º 0.9% 0.59% -
HSV(B) 45.88º 0.76% 0.96% -
XYZ 59.31 61.49 12.75 -
YUV 197.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 245 201 58 0 0.18 0.76 0.04 45.88 0.9 0.59
Hex F5 C9 3A 0 12 4C 4 2E 5A 3B
Octal 365 311 72 0 22 114 4 56 132 73
Binary 11110101 11001001 111010 0 10010 1001100 100 101110 1011010 111011

Color Harmonies of #F5C93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C93A

Black with #F5C93A

Text Example


Text Example

White with #F5C93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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