#F4B525

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

Shades of Bright Sun #F4B525

Tints of Bright Sun #F4B525

Color information

#F4B525 (or 0xF4B525) is unknown color: approx Bright Sun. HEX triplet: F4, B5 and 25. RGB value is (244,181,37). Sum of RGB (Red+Green+Blue) = 244+181+37=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B525 is #0B4ADA. Grayscale: #B8B8B8. Windows color (decimal): -740059 or 2471412. OLE color: 2471412.

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

Color convert

RGB24418137-
CMYK00.260.850.04
HSL41.74º90.39%55.1%-
HSV(B)41.74º84.84%95.69%-
XYZ54.1752.419.01-
YUV183.4245.37171.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.81%
GREEN value IS 181 (71.09% from 255) = 39.18%
BLUE value IS 37 (14.84% from 255) = 8.01%
R=52.81%
G=39.18%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441813700.260.850.0441.7490.3955.1
HexF4B52501A5542a5a37
Octal3642654503212545213267
Binary111101001011010110010101101010101011001010101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B525; }

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

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

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

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

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

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

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

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