#FF9274

Color #FF9274 Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #FF9274

Tints of Vivid Tangerine #FF9274

Color information

#FF9274 (or 0xFF9274) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 92 and 74. RGB value is (255,146,116). Sum of RGB (Red+Green+Blue) = 255+146+116=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9274 is #006D8B. Grayscale: #AFAFAF. Windows color (decimal): -28044 or 7639807. OLE color: 7639807.

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

Color convert

RGB255146116-
CMYK00.430.550
HSL12.95º100%72.75%-
HSV(B)12.95º54.51%100%-
XYZ54.6743.0821.96-
YUV175.1794.61184.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 116 (45.70% from 255) = 22.44%
R=49.32%
G=28.24%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514611600.430.55012.9510072.75
HexFF927402B370d6449
Octal37722216405367015144111
Binary1111111110010010111010001010111101110110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9274; }

 p { color: rgb(255,146,116); }

 H1.HeaderClassName
 {
   color: #FF9274;
 }
 .AnyTagClassName
 {
   color: #FF9274;
 }
</style>
background-color css

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

 a { background-color: rgb(255,146,116); }

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

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

 span { border-color: rgb(255,146,116); }

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