#F0B734

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

Shades of Bright Sun #F0B734

Tints of Bright Sun #F0B734

Color information

#F0B734 (or 0xF0B734) is unknown color: approx Bright Sun. HEX triplet: F0, B7 and 34. RGB value is (240,183,52). Sum of RGB (Red+Green+Blue) = 240+183+52=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 52 (20.70% from 255 or 10.95% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B734 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B734 is #0F48CB. Grayscale: #B9B9B9. Windows color (decimal): -1001676 or 3454960. OLE color: 3454960.

HSL color Cylindrical-coordinate representation of color #F0B734: hue angle of 41.81º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0B734 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB24018352-
CMYK00.240.780.06
HSL41.81º86.24%57.25%-
HSV(B)41.81º78.33%94.12%-
XYZ53.4952.6410.59-
YUV185.1152.88167.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 52 (20.70% from 255) = 10.95%
R=50.53%
G=38.53%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401835200.240.780.0641.8186.2457.25
HexF0B7340184E62a5639
Octal3602676403011665212671
Binary111100001011011111010001100010011101101010101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B734; }

 p { color: rgb(240,183,52); }

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

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

 a { background-color: rgb(240,183,52); }

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

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

 span { border-color: rgb(240,183,52); }

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