Html Css Color HEX #FF8C7A Vivid Tangerine

📋 copy color: '#FF8C7A'

red 255 ◦ green 140 ◦ blue 122

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

Shades of Vivid Tangerine #FF8C7A

Tints of Vivid Tangerine #FF8C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.08%

 BLUE value IS 122 (48.05% from 255) = 23.6%

R = 49.32%
G = 27.08%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF8C7A (or 0xFF8C7A) is known color: Vivid Tangerine. HEX triplet: FF, 8C and 7A. RGB value is (255,140,122). Sum of RGB (Red+Green+Blue) = 255+140+122=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C7A is #007385. Grayscale: #ACACAC. Windows color (decimal): -29574 or 8031487. OLE color: 8031487.

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

Color convert

RGB 255 140 122 -
CMYK 0 0.45 0.52 0
HSL 8.12º 1% 0.74% -
HSV(B) 8.12º 0.52% 1% -
XYZ 54.13 41.42 23.55 -
YUV 172.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 255 140 122 0 0.45 0.52 0 8.12 1 0.74
Hex FF 8C 7A 0 2D 34 0 8 64 4A
Octal 377 214 172 0 55 64 0 10 144 112
Binary 11111111 10001100 1111010 0 101101 110100 0 1000 1100100 1001010

Color Harmonies of #FF8C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C7A

Black with #FF8C7A

Text Example


Text Example

White with #FF8C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C7A; }

 p { color: rgb(255,140,122); }

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

background-color css

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

 a { background-color: rgb(255,140,122); }

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

border-color css

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

 span { border-color: rgb(255,140,122); }

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