#F38235

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

Shades of Sun #F38235

Tints of Sun #F38235

Color information

#F38235 (or 0xF38235) is unknown color: approx Sun. HEX triplet: F3, 82 and 35. RGB value is (243,130,53). Sum of RGB (Red+Green+Blue) = 243+130+53=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F38235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38235 is #0C7DCA. Grayscale: #9B9B9B. Windows color (decimal): -818635 or 3506931. OLE color: 3506931.

HSL color Cylindrical-coordinate representation of color #F38235: hue angle of 24.32º degrees, saturation: 0.89, 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 #F38235 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB24313053-
CMYK00.470.780.05
HSL24.32º88.79%58.04%-
HSV(B)24.32º78.19%95.29%-
XYZ45.5935.287.77-
YUV155.0170.44190.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.04%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 53 (21.09% from 255) = 12.44%
R=57.04%
G=30.52%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431305300.470.780.0524.3288.7958.04
HexF3823502F4E518593a
Octal3632026505711653013172
Binary111100111000001011010101011111001110101110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38235; }

 p { color: rgb(243,130,53); }

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

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

 a { background-color: rgb(243,130,53); }

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

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

 span { border-color: rgb(243,130,53); }

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