Html Css Color HEX #FF9471 Atomic Tangerine

📋 copy color: '#FF9471'

red 255 ◦ green 148 ◦ blue 113

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

Shades of Atomic Tangerine #FF9471

Tints of Atomic Tangerine #FF9471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.68%

 BLUE value IS 113 (44.53% from 255) = 21.9%

R = 49.42%
G = 28.68%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF9471 (or 0xFF9471) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 71. RGB value is (255,148,113). Sum of RGB (Red+Green+Blue) = 255+148+113=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9471 is #006B8E. Grayscale: #B0B0B0. Windows color (decimal): -27535 or 7443711. OLE color: 7443711.

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

Color convert

RGB 255 148 113 -
CMYK 0 0.42 0.56 0
HSL 14.79º 1% 0.72% -
HSV(B) 14.79º 0.56% 1% -
XYZ 54.81 43.63 21.16 -
YUV 176 92.45 184.35 -
System Red Green Blue C M Y K H S L
Decimal 255 148 113 0 0.42 0.56 0 14.79 1 0.72
Hex FF 94 71 0 2A 38 0 F 64 48
Octal 377 224 161 0 52 70 0 17 144 110
Binary 11111111 10010100 1110001 0 101010 111000 0 1111 1100100 1001000

Color Harmonies of #FF9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9471

Black with #FF9471

Text Example


Text Example

White with #FF9471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9471; }

 p { color: rgb(255,148,113); }

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

background-color css

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

 a { background-color: rgb(255,148,113); }

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

border-color css

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

 span { border-color: rgb(255,148,113); }

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