#F2B027

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

Shades of Bright Sun #F2B027

Tints of Bright Sun #F2B027

Color information

#F2B027 (or 0xF2B027) is unknown color: approx Bright Sun. HEX triplet: F2, B0 and 27. RGB value is (242,176,39). Sum of RGB (Red+Green+Blue) = 242+176+39=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B027 is #0D4FD8. Grayscale: #B4B4B4. Windows color (decimal): -872409 or 2601202. OLE color: 2601202.

HSL color Cylindrical-coordinate representation of color #F2B027: hue angle of 40.49º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2B027 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB24217639-
CMYK00.270.840.05
HSL40.49º88.65%55.1%-
HSV(B)40.49º83.88%94.9%-
XYZ52.5150.078.82-
YUV180.1248.37172.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 176 (69.14% from 255) = 38.51%
BLUE value IS 39 (15.62% from 255) = 8.53%
R=52.95%
G=38.51%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421763900.270.840.0540.4988.6555.1
HexF2B02701B545285937
Octal3622604703312455013167
Binary111100101011000010011101101110101001011010001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B027; }

 p { color: rgb(242,176,39); }

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

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

 a { background-color: rgb(242,176,39); }

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

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

 span { border-color: rgb(242,176,39); }

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