Html Css Color HEX #F5C534 Saffron

📋 copy color: '#F5C534'

red 245 ◦ green 197 ◦ blue 52

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

Shades of Saffron #F5C534

Tints of Saffron #F5C534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.53%

R = 49.6%
G = 39.88%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F5C534 (or 0xF5C534) is known color: Saffron. HEX triplet: F5, C5 and 34. RGB value is (245,197,52). Sum of RGB (Red+Green+Blue) = 245+197+52=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C534 is #0A3ACB. Grayscale: #C3C3C3. Windows color (decimal): -670412 or 3458549. OLE color: 3458549.

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

Color convert

RGB 245 197 52 -
CMYK 0 0.20 0.79 0.04
HSL 45.08º 0.91% 0.58% -
HSV(B) 45.08º 0.79% 0.96% -
XYZ 58.24 59.59 11.68 -
YUV 194.82 47.4 163.79 -
System Red Green Blue C M Y K H S L
Decimal 245 197 52 0 0.20 0.79 0.04 45.08 0.91 0.58
Hex F5 C5 34 0 14 4F 4 2D 5B 3A
Octal 365 305 64 0 24 117 4 55 133 72
Binary 11110101 11000101 110100 0 10100 1001111 100 101101 1011011 111010

Color Harmonies of #F5C534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C534

Black with #F5C534

Text Example


Text Example

White with #F5C534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C534; }

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

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

background-color css

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

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

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

border-color css

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

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

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