#ff852e

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

Shades of Sun #FF852E

Tints of Sun #FF852E

Color information

#FF852E (or 0xFF852E) is unknown color: approx Sun. HEX triplet: FF, 85 and 2E. RGB value is (255,133,46). Sum of RGB (Red+Green+Blue) = 255+133+46=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF852E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF852E is #007AD1. Grayscale: #A0A0A0. Windows color (decimal): -31442 or 3048959. OLE color: 3048959.

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

Color convert

RGB25513346-
CMYK00.480.820
HSL24.98º100%59.02%-
HSV(B)24.98º81.96%100%-
XYZ50.1238.237.32-
YUV159.5663.92196.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.76%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 46 (18.36% from 255) = 10.60%
R=58.76%
G=30.65%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551334600.480.82024.9810059.02
HexFF852E03052019643b
Octal3772055606012203114473
Binary1111111110000101101110011000010100100110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff852e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff852e; }

 p { color: rgb(255,133,46); }

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

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

 a { background-color: rgb(255,133,46); }

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

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

 span { border-color: rgb(255,133,46); }

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