#f28c38

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

Shades of Sun #F28C38

Tints of Sun #F28C38

Color information

#F28C38 (or 0xF28C38) is unknown color: approx Sun. HEX triplet: F2, 8C and 38. RGB value is (242,140,56). Sum of RGB (Red+Green+Blue) = 242+140+56=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C38 is #0D73C7. Grayscale: #A1A1A1. Windows color (decimal): -881608 or 3706098. OLE color: 3706098.

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

Color convert

RGB24214056-
CMYK00.420.770.05
HSL27.1º87.74%58.43%-
HSV(B)27.1º76.86%94.9%-
XYZ46.7137.928.6-
YUV160.9268.79185.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.25%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 56 (22.27% from 255) = 12.79%
R=55.25%
G=31.96%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421405600.420.770.0527.187.7458.43
HexF28C3802A4D51b583a
Octal3622147005211553313072
Binary111100101000110011100001010101001101101110111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f28c38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f28c38; }

 p { color: rgb(242,140,56); }

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

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

 a { background-color: rgb(242,140,56); }

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

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

 span { border-color: rgb(242,140,56); }

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