Html Css Color HEX #F5C535 Saffron

📋 copy color: '#F5C535'

red 245 ◦ green 197 ◦ blue 53

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

Shades of Saffron #F5C535

Tints of Saffron #F5C535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.71%

R = 49.49%
G = 39.8%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F5C535 (or 0xF5C535) is known color: Saffron. HEX triplet: F5, C5 and 35. RGB value is (245,197,53). Sum of RGB (Red+Green+Blue) = 245+197+53=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C535 is #0A3ACA. Grayscale: #C3C3C3. Windows color (decimal): -670411 or 3524085. OLE color: 3524085.

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

Color convert

RGB 245 197 53 -
CMYK 0 0.20 0.78 0.04
HSL 45º 0.91% 0.58% -
HSV(B) 45º 0.78% 0.96% -
XYZ 58.27 59.6 11.8 -
YUV 194.94 47.9 163.71 -
System Red Green Blue C M Y K H S L
Decimal 245 197 53 0 0.20 0.78 0.04 45 0.91 0.58
Hex F5 C5 35 0 14 4E 4 2D 5B 3A
Octal 365 305 65 0 24 116 4 55 133 72
Binary 11110101 11000101 110101 0 10100 1001110 100 101101 1011011 111010

Color Harmonies of #F5C535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C535

Black with #F5C535

Text Example


Text Example

White with #F5C535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C535; }

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

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

background-color css

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

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

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

border-color css

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

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

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