#f28b3d

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

Shades of Sun #F28B3D

Tints of Sun #F28B3D

Color information

#F28B3D (or 0xF28B3D) is unknown color: approx Sun. HEX triplet: F2, 8B and 3D. RGB value is (242,139,61). Sum of RGB (Red+Green+Blue) = 242+139+61=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28B3D is #0D74C2. Grayscale: #A1A1A1. Windows color (decimal): -881859 or 4033522. OLE color: 4033522.

HSL color Cylindrical-coordinate representation of color #F28B3D: hue angle of 25.86º 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 #F28B3D is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB24213961-
CMYK00.430.750.05
HSL25.86º87.44%59.41%-
HSV(B)25.86º74.79%94.9%-
XYZ46.6937.689.23-
YUV160.971.62185.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.75%
GREEN value IS 139 (54.69% from 255) = 31.45%
BLUE value IS 61 (24.22% from 255) = 13.80%
R=54.75%
G=31.45%
B=13.80%

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
Decimal2421396100.430.750.0525.8687.4459.41
HexF28B3D02B4B51a573b
Octal3622137505311353212773
Binary111100101000101111110101010111001011101110101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f28b3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f28b3d; }

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

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

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

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

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

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

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

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