#ff8a3c

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

Shades of Sun #FF8A3C

Tints of Sun #FF8A3C

Color information

#FF8A3C (or 0xFF8A3C) is unknown color: approx Sun. HEX triplet: FF, 8A and 3C. RGB value is (255,138,60). Sum of RGB (Red+Green+Blue) = 255+138+60=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A3C is #0075C3. Grayscale: #A4A4A4. Windows color (decimal): -30148 or 3967743. OLE color: 3967743.

HSL color Cylindrical-coordinate representation of color #FF8A3C: hue angle of 24º 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 #FF8A3C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB25513860-
CMYK00.460.760
HSL24º100%61.76%-
HSV(B)24º76.47%100%-
XYZ51.1439.769.25-
YUV164.0969.26192.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.29%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 60 (23.83% from 255) = 13.25%
R=56.29%
G=30.46%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551386000.460.7602410061.76
HexFF8A3C02E4C018643e
Octal3772127405611403014476
Binary1111111110001010111100010111010011000110001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff8a3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff8a3c; }

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

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

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

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

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

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

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

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