#FFBA24

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

Shades of Saffron #FFBA24

Tints of Saffron #FFBA24

Color information

#FFBA24 (or 0xFFBA24) is unknown color: approx Saffron. HEX triplet: FF, BA and 24. RGB value is (255,186,36). Sum of RGB (Red+Green+Blue) = 255+186+36=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 36 (14.45% from 255 or 7.55% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA24 is #0045DB. Grayscale: #BEBEBE. Windows color (decimal): -17884 or 2407167. OLE color: 2407167.

HSL color Cylindrical-coordinate representation of color #FFBA24: hue angle of 41.1º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFBA24 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.

Color convert

RGB25518636-
CMYK00.270.860
HSL41.1º100%57.06%-
HSV(B)41.1º85.88%100%-
XYZ59.1256.519.46-
YUV189.5341.36174.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.46%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 36 (14.45% from 255) = 7.55%
R=53.46%
G=38.99%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551863600.270.86041.110057.06
HexFFBA2401B560296439
Octal3772724403312605114471
Binary1111111110111010100100011011101011001010011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA24; }

 p { color: rgb(255,186,36); }

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

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

 a { background-color: rgb(255,186,36); }

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

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

 span { border-color: rgb(255,186,36); }

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