Html Css Color HEX #F5C134 Saffron

📋 copy color: '#F5C134'

red 245 ◦ green 193 ◦ blue 52

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

Shades of Saffron #F5C134

Tints of Saffron #F5C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.39%

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

R = 50%
G = 39.39%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F5C134 (or 0xF5C134) is known color: Saffron. HEX triplet: F5, C1 and 34. RGB value is (245,193,52). Sum of RGB (Red+Green+Blue) = 245+193+52=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C134 is #0A3ECB. Grayscale: #C1C1C1. Windows color (decimal): -671436 or 3457525. OLE color: 3457525.

HSL color Cylindrical-coordinate representation of color #F5C134: hue angle of 43.83º 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 #F5C134 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 193 52 -
CMYK 0 0.21 0.79 0.04
HSL 43.83º 0.91% 0.58% -
HSV(B) 43.83º 0.79% 0.96% -
XYZ 57.35 57.8 11.38 -
YUV 192.47 48.73 165.46 -
System Red Green Blue C M Y K H S L
Decimal 245 193 52 0 0.21 0.79 0.04 43.83 0.91 0.58
Hex F5 C1 34 0 15 4F 4 2C 5B 3A
Octal 365 301 64 0 25 117 4 54 133 72
Binary 11110101 11000001 110100 0 10101 1001111 100 101100 1011011 111010

Color Harmonies of #F5C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C134

Black with #F5C134

Text Example


Text Example

White with #F5C134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C134; }

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

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

background-color css

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

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

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

border-color css

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

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

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