Html Css Color HEX #FF9274 Vivid Tangerine

📋 copy color: '#FF9274'

red 255 ◦ green 146 ◦ blue 116

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

Shades of Vivid Tangerine #FF9274

Tints of Vivid Tangerine #FF9274

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.7% from 255) = 22.44%

R = 49.32%
G = 28.24%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF9274 (or 0xFF9274) is known color: 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

RGB 255 146 116 -
CMYK 0 0.43 0.55 0
HSL 12.95º 1% 0.73% -
HSV(B) 12.95º 0.55% 1% -
XYZ 54.67 43.08 21.96 -
YUV 175.17 94.61 184.94 -
System Red Green Blue C M Y K H S L
Decimal 255 146 116 0 0.43 0.55 0 12.95 1 0.73
Hex FF 92 74 0 2B 37 0 D 64 49
Octal 377 222 164 0 53 67 0 15 144 111
Binary 11111111 10010010 1110100 0 101011 110111 0 1101 1100100 1001001

Color Harmonies of #FF9274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9274

Black with #FF9274

Text Example


Text Example

White with #FF9274

Text Example


Text Example

HTML Codes & Css Web 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>