#FD935C

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

Shades of Atomic Tangerine #FD935C

Tints of Atomic Tangerine #FD935C

Color information

#FD935C (or 0xFD935C) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 93 and 5C. RGB value is (253,147,92). Sum of RGB (Red+Green+Blue) = 253+147+92=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD935C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD935C is #026CA3. Grayscale: #ACACAC. Windows color (decimal): -158884 or 6067197. OLE color: 6067197.

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

Color convert

RGB25314792-
CMYK00.420.640.01
HSL20.5º97.58%67.65%-
HSV(B)20.5º63.64%99.22%-
XYZ52.8742.5215.55-
YUV172.4282.62185.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.42%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 92 (36.33% from 255) = 18.70%
R=51.42%
G=29.88%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531479200.420.640.0120.597.5867.65
HexFD935C02A401146244
Octal375223134052100124142104
Binary111111011001001110111000101010100000011010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD935C; }

 p { color: rgb(253,147,92); }

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

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

 a { background-color: rgb(253,147,92); }

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

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

 span { border-color: rgb(253,147,92); }

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