Html Css Color HEX #F5BE3A Saffron

📋 copy color: '#F5BE3A'

red 245 ◦ green 190 ◦ blue 58

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

Shades of Saffron #F5BE3A

Tints of Saffron #F5BE3A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.54%

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

R = 49.7%
G = 38.54%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5BE3A (or 0xF5BE3A) is known color: Saffron. HEX triplet: F5, BE and 3A. RGB value is (245,190,58). Sum of RGB (Red+Green+Blue) = 245+190+58=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BE3A is #0A41C5. Grayscale: #BFBFBF. Windows color (decimal): -672198 or 3849973. OLE color: 3849973.

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

Color convert

RGB 245 190 58 -
CMYK 0 0.22 0.76 0.04
HSL 42.35º 0.9% 0.59% -
HSV(B) 42.35º 0.76% 0.96% -
XYZ 56.83 56.54 11.92 -
YUV 191.4 52.72 166.23 -
System Red Green Blue C M Y K H S L
Decimal 245 190 58 0 0.22 0.76 0.04 42.35 0.9 0.59
Hex F5 BE 3A 0 16 4C 4 2A 5A 3B
Octal 365 276 72 0 26 114 4 52 132 73
Binary 11110101 10111110 111010 0 10110 1001100 100 101010 1011010 111011

Color Harmonies of #F5BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BE3A

Black with #F5BE3A

Text Example


Text Example

White with #F5BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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