Html Css Color HEX #FF9D5D Atomic Tangerine

📋 copy color: '#FF9D5D'

red 255 ◦ green 157 ◦ blue 93

#FF9D5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic Tangerine #FF9D5D

Tints of Atomic Tangerine #FF9D5D

RGB

 RED value IS 255 (100% from 255) = 50.5%

 GREEN value IS 157 (61.72% from 255) = 31.09%

 BLUE value IS 93 (36.72% from 255) = 18.42%

R = 50.5%
G = 31.09%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF9D5D (or 0xFF9D5D) is known color: Atomic Tangerine. HEX triplet: FF, 9D and 5D. RGB value is (255,157,93). Sum of RGB (Red+Green+Blue) = 255+157+93=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D5D is #0062A2. Grayscale: #B3B3B3. Windows color (decimal): -25251 or 6135295. OLE color: 6135295.

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

Color convert

RGB 255 157 93 -
CMYK 0 0.38 0.64 0
HSL 23.7º 1% 0.68% -
HSV(B) 23.7º 0.64% 1% -
XYZ 55.27 46.16 16.35 -
YUV 179.01 79.47 182.2 -
System Red Green Blue C M Y K H S L
Decimal 255 157 93 0 0.38 0.64 0 23.7 1 0.68
Hex FF 9D 5D 0 26 40 0 18 64 44
Octal 377 235 135 0 46 100 0 30 144 104
Binary 11111111 10011101 1011101 0 100110 1000000 0 11000 1100100 1000100

Color Harmonies of #FF9D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D5D

Black with #FF9D5D

Text Example


Text Example

White with #FF9D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D5D; }

 p { color: rgb(255,157,93); }

 H1.HeaderClassName
 {
   color: #FF9D5D;
 }
 .AnyTagClassName
 {
   color: #FF9D5D;
 }
</style>

background-color css

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

 a { background-color: rgb(255,157,93); }

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

border-color css

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

 span { border-color: rgb(255,157,93); }

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