#F2B628

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

Shades of Bright Sun #F2B628

Tints of Bright Sun #F2B628

Color information

#F2B628 (or 0xF2B628) is unknown color: approx Bright Sun. HEX triplet: F2, B6 and 28. RGB value is (242,182,40). Sum of RGB (Red+Green+Blue) = 242+182+40=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B628 is #0D49D7. Grayscale: #B8B8B8. Windows color (decimal): -870872 or 2668274. OLE color: 2668274.

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

Color convert

RGB24218240-
CMYK00.250.830.05
HSL42.18º88.6%55.29%-
HSV(B)42.18º83.47%94.9%-
XYZ53.7352.499.31-
YUV183.7546.88169.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.16%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 40 (16.02% from 255) = 8.62%
R=52.16%
G=39.22%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421824000.250.830.0542.1888.655.29
HexF2B6280195352a5937
Octal3622665003112355213167
Binary111100101011011010100001100110100111011010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B628; }

 p { color: rgb(242,182,40); }

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

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

 a { background-color: rgb(242,182,40); }

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

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

 span { border-color: rgb(242,182,40); }

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