#F28A3D

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

Shades of Sun #F28A3D

Tints of Sun #F28A3D

Color information

#F28A3D (or 0xF28A3D) is unknown color: approx Sun. HEX triplet: F2, 8A and 3D. RGB value is (242,138,61). Sum of RGB (Red+Green+Blue) = 242+138+61=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28A3D is #0D75C2. Grayscale: #A0A0A0. Windows color (decimal): -882115 or 4033266. OLE color: 4033266.

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

Color convert

RGB24213861-
CMYK00.430.750.05
HSL25.52º87.44%59.41%-
HSV(B)25.52º74.79%94.9%-
XYZ46.5537.399.18-
YUV160.3271.96186.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.88%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 61 (24.22% from 255) = 13.83%
R=54.88%
G=31.29%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421386100.430.750.0525.5287.4459.41
HexF28A3D02B4B51a573b
Octal3622127505311353212773
Binary111100101000101011110101010111001011101110101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28A3D; }

 p { color: rgb(242,138,61); }

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

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

 a { background-color: rgb(242,138,61); }

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

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

 span { border-color: rgb(242,138,61); }

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