#F5BD30

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

Shades of Saffron #F5BD30

Tints of Saffron #F5BD30

Color information

#F5BD30 (or 0xF5BD30) is unknown color: approx Saffron. HEX triplet: F5, BD and 30. RGB value is (245,189,48). Sum of RGB (Red+Green+Blue) = 245+189+48=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BD30 is #0A42CF. Grayscale: #BEBEBE. Windows color (decimal): -672464 or 3194357. OLE color: 3194357.

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

Color convert

RGB24518948-
CMYK00.230.800.04
HSL42.94º90.78%57.45%-
HSV(B)42.94º80.41%96.08%-
XYZ56.3956.0210.64-
YUV189.6748.05167.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.83%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 48 (19.14% from 255) = 9.96%
R=50.83%
G=39.21%
B=9.96%

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
Decimal2451894800.230.800.0442.9490.7857.45
HexF5BD300175042b5b39
Octal3652756002712045313371
Binary111101011011110111000001011110100001001010111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BD30; }

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

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

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

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

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

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

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

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