Html Css Color HEX #F5BC3A Saffron

📋 copy color: '#F5BC3A'

red 245 ◦ green 188 ◦ blue 58

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

Shades of Saffron #F5BC3A

Tints of Saffron #F5BC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.29%

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

R = 49.9%
G = 38.29%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5BC3A (or 0xF5BC3A) is known color: Saffron. HEX triplet: F5, BC and 3A. RGB value is (245,188,58). Sum of RGB (Red+Green+Blue) = 245+188+58=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BC3A is #0A43C5. Grayscale: #BEBEBE. Windows color (decimal): -672710 or 3849461. OLE color: 3849461.

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

Color convert

RGB 245 188 58 -
CMYK 0 0.23 0.76 0.04
HSL 41.71º 0.9% 0.59% -
HSV(B) 41.71º 0.76% 0.96% -
XYZ 56.4 55.68 11.78 -
YUV 190.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 245 188 58 0 0.23 0.76 0.04 41.71 0.9 0.59
Hex F5 BC 3A 0 17 4C 4 2A 5A 3B
Octal 365 274 72 0 27 114 4 52 132 73
Binary 11110101 10111100 111010 0 10111 1001100 100 101010 1011010 111011

Color Harmonies of #F5BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BC3A

Black with #F5BC3A

Text Example


Text Example

White with #F5BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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