#FF925B

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

Shades of Atomic Tangerine #FF925B

Tints of Atomic Tangerine #FF925B

Color information

#FF925B (or 0xFF925B) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 92 and 5B. RGB value is (255,146,91). Sum of RGB (Red+Green+Blue) = 255+146+91=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF925B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF925B is #006DA4. Grayscale: #ACACAC. Windows color (decimal): -28069 or 6001407. OLE color: 6001407.

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

Color convert

RGB25514691-
CMYK00.430.640
HSL20.12º100%67.84%-
HSV(B)20.12º64.31%100%-
XYZ53.4142.5715.3-
YUV172.3282.11186.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 91 (35.94% from 255) = 18.50%
R=51.83%
G=29.67%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551469100.430.64020.1210067.84
HexFF925B02B400146444
Octal377222133053100024144104
Binary111111111001001010110110101011100000001010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF925B; }

 p { color: rgb(255,146,91); }

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

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

 a { background-color: rgb(255,146,91); }

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

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

 span { border-color: rgb(255,146,91); }

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