#F5BB2A

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

Shades of Bright Sun #F5BB2A

Tints of Bright Sun #F5BB2A

Color information

#F5BB2A (or 0xF5BB2A) is unknown color: approx Bright Sun. HEX triplet: F5, BB and 2A. RGB value is (245,187,42). Sum of RGB (Red+Green+Blue) = 245+187+42=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 42 (16.80% from 255 or 8.86% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BB2A is #0A44D5. Grayscale: #BCBCBC. Windows color (decimal): -672982 or 2800629. OLE color: 2800629.

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

Color convert

RGB24518742-
CMYK00.240.830.04
HSL42.86º91.03%56.27%-
HSV(B)42.86º82.86%96.08%-
XYZ55.8455.129.89-
YUV187.8145.72168.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.69%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 42 (16.80% from 255) = 8.86%
R=51.69%
G=39.45%
B=8.86%

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
Decimal2451874200.240.830.0442.8691.0356.27
HexF5BB2A0185342b5b38
Octal3652735203012345313370
Binary111101011011101110101001100010100111001010111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BB2A; }

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

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

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

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

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

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

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

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