Html Css Color HEX #F5C329 Saffron

📋 copy color: '#F5C329'

red 245 ◦ green 195 ◦ blue 41

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

Shades of Saffron #F5C329

Tints of Saffron #F5C329

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

 BLUE value IS 41 (16.41% from 255) = 8.52%

R = 50.94%
G = 40.54%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5C329 (or 0xF5C329) is known color: Saffron. HEX triplet: F5, C3 and 29. RGB value is (245,195,41). Sum of RGB (Red+Green+Blue) = 245+195+41=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C329 is #0A3CD6. Grayscale: #C1C1C1. Windows color (decimal): -670935 or 2737141. OLE color: 2737141.

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

Color convert

RGB 245 195 41 -
CMYK 0 0.20 0.83 0.04
HSL 45.29º 0.91% 0.56% -
HSV(B) 45.29º 0.83% 0.96% -
XYZ 57.57 58.6 10.37 -
YUV 192.39 42.57 165.52 -
System Red Green Blue C M Y K H S L
Decimal 245 195 41 0 0.20 0.83 0.04 45.29 0.91 0.56
Hex F5 C3 29 0 14 53 4 2D 5B 38
Octal 365 303 51 0 24 123 4 55 133 70
Binary 11110101 11000011 101001 0 10100 1010011 100 101101 1011011 111000

Color Harmonies of #F5C329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C329

Black with #F5C329

Text Example


Text Example

White with #F5C329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C329; }

 p { color: rgb(245,195,41); }

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

background-color css

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

 a { background-color: rgb(245,195,41); }

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

border-color css

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

 span { border-color: rgb(245,195,41); }

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