#ff8a3e

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

Shades of Sun #FF8A3E

Tints of Sun #FF8A3E

Color information

#FF8A3E (or 0xFF8A3E) is unknown color: approx Sun. HEX triplet: FF, 8A and 3E. RGB value is (255,138,62). Sum of RGB (Red+Green+Blue) = 255+138+62=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A3E is #0075C1. Grayscale: #A4A4A4. Windows color (decimal): -30146 or 4098815. OLE color: 4098815.

HSL color Cylindrical-coordinate representation of color #FF8A3E: hue angle of 23.63º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF8A3E is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB25513862-
CMYK00.460.760
HSL23.63º100%62.16%-
HSV(B)23.63º75.69%100%-
XYZ51.239.789.54-
YUV164.3270.26192.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 62 (24.61% from 255) = 13.63%
R=56.04%
G=30.33%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551386200.460.76023.6310062.16
HexFF8A3E02E4C018643e
Octal3772127605611403014476
Binary1111111110001010111110010111010011000110001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff8a3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff8a3e; }

 p { color: rgb(255,138,62); }

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

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

 a { background-color: rgb(255,138,62); }

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

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

 span { border-color: rgb(255,138,62); }

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