#f2b325

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

Shades of Bright Sun #F2B325

Tints of Bright Sun #F2B325

Color information

#F2B325 (or 0xF2B325) is unknown color: approx Bright Sun. HEX triplet: F2, B3 and 25. RGB value is (242,179,37). Sum of RGB (Red+Green+Blue) = 242+179+37=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B325 is #0D4CDA. Grayscale: #B6B6B6. Windows color (decimal): -871643 or 2470898. OLE color: 2470898.

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

Color convert

RGB24217937-
CMYK00.260.850.05
HSL41.56º88.74%54.71%-
HSV(B)41.56º84.71%94.9%-
XYZ53.0751.258.85-
YUV181.6546.37171.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.84%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 37 (14.84% from 255) = 8.08%
R=52.84%
G=39.08%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421793700.260.850.0541.5688.7454.71
HexF2B32501A5552a5937
Octal3622634503212555213167
Binary111100101011001110010101101010101011011010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2b325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2b325; }

 p { color: rgb(242,179,37); }

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

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

 a { background-color: rgb(242,179,37); }

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

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

 span { border-color: rgb(242,179,37); }

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