#F5BA2A

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

Shades of Bright Sun #F5BA2A

Tints of Bright Sun #F5BA2A

Color information

#F5BA2A (or 0xF5BA2A) is unknown color: approx Bright Sun. HEX triplet: F5, BA and 2A. RGB value is (245,186,42). Sum of RGB (Red+Green+Blue) = 245+186+42=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA2A is #0A45D5. Grayscale: #BBBBBB. Windows color (decimal): -673238 or 2800373. OLE color: 2800373.

HSL color Cylindrical-coordinate representation of color #F5BA2A: hue angle of 42.56º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5BA2A is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB24518642-
CMYK00.240.830.04
HSL42.56º91.03%56.27%-
HSV(B)42.56º82.86%96.08%-
XYZ55.6354.79.82-
YUV187.2246.05169.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.80%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 42 (16.80% from 255) = 8.88%
R=51.80%
G=39.32%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451864200.240.830.0442.5691.0356.27
HexF5BA2A0185342b5b38
Octal3652725203012345313370
Binary111101011011101010101001100010100111001010111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BA2A; }

 p { color: rgb(245,186,42); }

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

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

 a { background-color: rgb(245,186,42); }

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

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

 span { border-color: rgb(245,186,42); }

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