Html Css Color HEX #FF9D6C Atomic Tangerine

📋 copy color: '#FF9D6C'

red 255 ◦ green 157 ◦ blue 108

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

Shades of Atomic Tangerine #FF9D6C

Tints of Atomic Tangerine #FF9D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.77%

R = 49.04%
G = 30.19%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF9D6C (or 0xFF9D6C) is known color: Atomic Tangerine. HEX triplet: FF, 9D and 6C. RGB value is (255,157,108). Sum of RGB (Red+Green+Blue) = 255+157+108=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D6C is #006293. Grayscale: #B5B5B5. Windows color (decimal): -25236 or 7118335. OLE color: 7118335.

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

Color convert

RGB 255 157 108 -
CMYK 0 0.38 0.58 0
HSL 20º 1% 0.71% -
HSV(B) 20º 0.58% 1% -
XYZ 56 46.46 20.2 -
YUV 180.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 255 157 108 0 0.38 0.58 0 20 1 0.71
Hex FF 9D 6C 0 26 3A 0 14 64 47
Octal 377 235 154 0 46 72 0 24 144 107
Binary 11111111 10011101 1101100 0 100110 111010 0 10100 1100100 1000111

Color Harmonies of #FF9D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D6C

Black with #FF9D6C

Text Example


Text Example

White with #FF9D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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