Html Css Color HEX #FF9870 Atomic Tangerine

📋 copy color: '#FF9870'

red 255 ◦ green 152 ◦ blue 112

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

Shades of Atomic Tangerine #FF9870

Tints of Atomic Tangerine #FF9870

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.29%

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

R = 49.13%
G = 29.29%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF9870 (or 0xFF9870) is known color: Atomic Tangerine. HEX triplet: FF, 98 and 70. RGB value is (255,152,112). Sum of RGB (Red+Green+Blue) = 255+152+112=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9870 is #00678F. Grayscale: #B2B2B2. Windows color (decimal): -26512 or 7379199. OLE color: 7379199.

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

Color convert

RGB 255 152 112 -
CMYK 0 0.40 0.56 0
HSL 16.78º 1% 0.72% -
HSV(B) 16.78º 0.56% 1% -
XYZ 55.39 44.89 21.07 -
YUV 178.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 255 152 112 0 0.40 0.56 0 16.78 1 0.72
Hex FF 98 70 0 28 38 0 11 64 48
Octal 377 230 160 0 50 70 0 21 144 110
Binary 11111111 10011000 1110000 0 101000 111000 0 10001 1100100 1001000

Color Harmonies of #FF9870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9870

Black with #FF9870

Text Example


Text Example

White with #FF9870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9870; }

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

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

background-color css

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

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

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

border-color css

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

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

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