#F2B735

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

Shades of Bright Sun #F2B735

Tints of Bright Sun #F2B735

Color information

#F2B735 (or 0xF2B735) is unknown color: approx Bright Sun. HEX triplet: F2, B7 and 35. RGB value is (242,183,53). Sum of RGB (Red+Green+Blue) = 242+183+53=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 53 (21.09% from 255 or 11.09% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B735 is #0D48CA. Grayscale: #BABABA. Windows color (decimal): -870603 or 3520498. OLE color: 3520498.

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

Color convert

RGB24218353-
CMYK00.240.780.05
HSL41.27º87.91%57.84%-
HSV(B)41.27º78.1%94.9%-
XYZ54.195310.74-
YUV185.8253.05168.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.63%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 53 (21.09% from 255) = 11.09%
R=50.63%
G=38.28%
B=11.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421835300.240.780.0541.2787.9157.84
HexF2B7350184E529583a
Octal3622676503011655113072
Binary111100101011011111010101100010011101011010011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B735; }

 p { color: rgb(242,183,53); }

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

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

 a { background-color: rgb(242,183,53); }

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

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

 span { border-color: rgb(242,183,53); }

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