#F2B32F

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

Shades of Bright Sun #F2B32F

Tints of Bright Sun #F2B32F

Color information

#F2B32F (or 0xF2B32F) is unknown color: approx Bright Sun. HEX triplet: F2, B3 and 2F. RGB value is (242,179,47). Sum of RGB (Red+Green+Blue) = 242+179+47=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B32F is #0D4CD0. Grayscale: #B7B7B7. Windows color (decimal): -871633 or 3126258. OLE color: 3126258.

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

Color convert

RGB24217947-
CMYK00.260.810.05
HSL40.62º88.24%56.67%-
HSV(B)40.62º80.58%94.9%-
XYZ53.2551.329.79-
YUV182.7951.37170.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.71%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 47 (18.75% from 255) = 10.04%
R=51.71%
G=38.25%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421794700.260.810.0540.6288.2456.67
HexF2B32F01A515295839
Octal3622635703212155113071
Binary111100101011001110111101101010100011011010011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B32F; }

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

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

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

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

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

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

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

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