#f4b32d

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

Shades of Bright Sun #F4B32D

Tints of Bright Sun #F4B32D

Color information

#F4B32D (or 0xF4B32D) is unknown color: approx Bright Sun. HEX triplet: F4, B3 and 2D. RGB value is (244,179,45). Sum of RGB (Red+Green+Blue) = 244+179+45=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B32D is #0B4CD2. Grayscale: #B7B7B7. Windows color (decimal): -740563 or 2995188. OLE color: 2995188.

HSL color Cylindrical-coordinate representation of color #F4B32D: hue angle of 40.4º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4B32D is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB24417945-
CMYK00.270.820.04
HSL40.4º90.05%56.67%-
HSV(B)40.4º81.56%95.69%-
XYZ53.951.669.61-
YUV183.1650.03171.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.14%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 45 (17.97% from 255) = 9.62%
R=52.14%
G=38.25%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441794500.270.820.0440.490.0556.67
HexF4B32D01B524285a39
Octal3642635503312245013271
Binary111101001011001110110101101110100101001010001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4b32d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4b32d; }

 p { color: rgb(244,179,45); }

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

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

 a { background-color: rgb(244,179,45); }

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

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

 span { border-color: rgb(244,179,45); }

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