Html Css Color HEX #FF9B70 Atomic Tangerine

📋 copy color: '#FF9B70'

red 255 ◦ green 155 ◦ blue 112

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

Shades of Atomic Tangerine #FF9B70

Tints of Atomic Tangerine #FF9B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.69%

 BLUE value IS 112 (44.14% from 255) = 21.46%

R = 48.85%
G = 29.69%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF9B70 (or 0xFF9B70) is known color: Atomic Tangerine. HEX triplet: FF, 9B and 70. RGB value is (255,155,112). Sum of RGB (Red+Green+Blue) = 255+155+112=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B70 is #00648F. Grayscale: #B4B4B4. Windows color (decimal): -25744 or 7379967. OLE color: 7379967.

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

Color convert

RGB 255 155 112 -
CMYK 0 0.39 0.56 0
HSL 18.04º 1% 0.72% -
HSV(B) 18.04º 0.56% 1% -
XYZ 55.89 45.87 21.24 -
YUV 180 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 255 155 112 0 0.39 0.56 0 18.04 1 0.72
Hex FF 9B 70 0 27 38 0 12 64 48
Octal 377 233 160 0 47 70 0 22 144 110
Binary 11111111 10011011 1110000 0 100111 111000 0 10010 1100100 1001000

Color Harmonies of #FF9B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9B70

Black with #FF9B70

Text Example


Text Example

White with #FF9B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9B70; }

 p { color: rgb(255,155,112); }

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

background-color css

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

 a { background-color: rgb(255,155,112); }

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

border-color css

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

 span { border-color: rgb(255,155,112); }

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