#F4B520

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

Shades of Bright Sun #F4B520

Tints of Bright Sun #F4B520

Color information

#F4B520 (or 0xF4B520) is unknown color: approx Bright Sun. HEX triplet: F4, B5 and 20. RGB value is (244,181,32). Sum of RGB (Red+Green+Blue) = 244+181+32=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B520 is #0B4ADF. Grayscale: #B7B7B7. Windows color (decimal): -740064 or 2143732. OLE color: 2143732.

HSL color Cylindrical-coordinate representation of color #F4B520: hue angle of 42.17º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4B520 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB24418132-
CMYK00.260.870.04
HSL42.17º90.6%54.12%-
HSV(B)42.17º86.89%95.69%-
XYZ54.0952.398.63-
YUV182.8542.87171.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.39%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 32 (12.89% from 255) = 7.00%
R=53.39%
G=39.61%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441813200.260.870.0442.1790.654.12
HexF4B52001A5742a5b36
Octal3642654003212745213366
Binary111101001011010110000001101010101111001010101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B520; }

 p { color: rgb(244,181,32); }

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

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

 a { background-color: rgb(244,181,32); }

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

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

 span { border-color: rgb(244,181,32); }

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