#F38E2F

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

Shades of Sun #F38E2F

Tints of Sun #F38E2F

Color information

#F38E2F (or 0xF38E2F) is unknown color: approx Sun. HEX triplet: F3, 8E and 2F. RGB value is (243,142,47). Sum of RGB (Red+Green+Blue) = 243+142+47=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38E2F is #0C71D0. Grayscale: #A1A1A1. Windows color (decimal): -815569 or 3116787. OLE color: 3116787.

HSL color Cylindrical-coordinate representation of color #F38E2F: hue angle of 29.08º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F38E2F is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24314247-
CMYK00.420.810.05
HSL29.08º89.09%56.86%-
HSV(B)29.08º80.66%95.29%-
XYZ47.1538.617.66-
YUV161.3763.46186.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.25%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 47 (18.75% from 255) = 10.88%
R=56.25%
G=32.87%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431424700.420.810.0529.0889.0956.86
HexF38E2F02A5151d5939
Octal3632165705212153513171
Binary111100111000111010111101010101010001101111011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38E2F; }

 p { color: rgb(243,142,47); }

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

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

 a { background-color: rgb(243,142,47); }

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

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

 span { border-color: rgb(243,142,47); }

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