#FF925C

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

Shades of Atomic Tangerine #FF925C

Tints of Atomic Tangerine #FF925C

Color information

#FF925C (or 0xFF925C) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 92 and 5C. RGB value is (255,146,92). Sum of RGB (Red+Green+Blue) = 255+146+92=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF925C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF925C is #006DA3. Grayscale: #ACACAC. Windows color (decimal): -28068 or 6066943. OLE color: 6066943.

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

Color convert

RGB25514692-
CMYK00.430.640
HSL19.88º100%68.04%-
HSV(B)19.88º63.92%100%-
XYZ53.4542.5915.53-
YUV172.4482.61186.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 92 (36.33% from 255) = 18.66%
R=51.72%
G=29.61%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551469200.430.64019.8810068.04
HexFF925C02B400146444
Octal377222134053100024144104
Binary111111111001001010111000101011100000001010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF925C; }

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

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

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

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

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

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

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

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