#F5BC30

Color #F5BC30 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #F5BC30

Tints of Saffron #F5BC30

Color information

#F5BC30 (or 0xF5BC30) is unknown color: approx Saffron. HEX triplet: F5, BC and 30. RGB value is (245,188,48). Sum of RGB (Red+Green+Blue) = 245+188+48=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BC30 is #0A43CF. Grayscale: #BDBDBD. Windows color (decimal): -672720 or 3194101. OLE color: 3194101.

HSL color Cylindrical-coordinate representation of color #F5BC30: hue angle of 42.64º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5BC30 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB24518848-
CMYK00.230.800.04
HSL42.64º90.78%57.45%-
HSV(B)42.64º80.41%96.08%-
XYZ56.1755.5910.57-
YUV189.0848.38167.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.94%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 48 (19.14% from 255) = 9.98%
R=50.94%
G=39.09%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451884800.230.800.0442.6490.7857.45
HexF5BC300175042b5b39
Octal3652746002712045313371
Binary111101011011110011000001011110100001001010111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BC30; }

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

 H1.HeaderClassName
 {
   color: #F5BC30;
 }
 .AnyTagClassName
 {
   color: #F5BC30;
 }
</style>
background-color css

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

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

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

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

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

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