#F28F3F

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

Shades of Sun #F28F3F

Tints of Sun #F28F3F

Color information

#F28F3F (or 0xF28F3F) is unknown color: approx Sun. HEX triplet: F2, 8F and 3F. RGB value is (242,143,63). Sum of RGB (Red+Green+Blue) = 242+143+63=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F3F is #0D70C0. Grayscale: #A3A3A3. Windows color (decimal): -880833 or 4165618. OLE color: 4165618.

HSL color Cylindrical-coordinate representation of color #F28F3F: hue angle of 26.82º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F28F3F is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24214363-
CMYK00.410.740.05
HSL26.82º87.32%59.8%-
HSV(B)26.82º73.97%94.9%-
XYZ47.3438.889.71-
YUV163.4871.3184-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.02%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 63 (25% from 255) = 14.06%
R=54.02%
G=31.92%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421436300.410.740.0526.8287.3259.8
HexF28F3F0294A51b573c
Octal3622177705111253312774
Binary111100101000111111111101010011001010101110111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F3F; }

 p { color: rgb(242,143,63); }

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

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

 a { background-color: rgb(242,143,63); }

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

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

 span { border-color: rgb(242,143,63); }

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