Html Css Color HEX #FF9074 Vivid Tangerine

📋 copy color: '#FF9074'

red 255 ◦ green 144 ◦ blue 116

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

Shades of Vivid Tangerine #FF9074

Tints of Vivid Tangerine #FF9074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.96%

 BLUE value IS 116 (45.7% from 255) = 22.52%

R = 49.51%
G = 27.96%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF9074 (or 0xFF9074) is known color: Vivid Tangerine. HEX triplet: FF, 90 and 74. RGB value is (255,144,116). Sum of RGB (Red+Green+Blue) = 255+144+116=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9074 is #006F8B. Grayscale: #AEAEAE. Windows color (decimal): -28556 or 7639295. OLE color: 7639295.

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

Color convert

RGB 255 144 116 -
CMYK 0 0.44 0.55 0
HSL 12.09º 1% 0.73% -
HSV(B) 12.09º 0.55% 1% -
XYZ 54.37 42.47 21.85 -
YUV 174 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 255 144 116 0 0.44 0.55 0 12.09 1 0.73
Hex FF 90 74 0 2C 37 0 C 64 49
Octal 377 220 164 0 54 67 0 14 144 111
Binary 11111111 10010000 1110100 0 101100 110111 0 1100 1100100 1001001

Color Harmonies of #FF9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9074

Black with #FF9074

Text Example


Text Example

White with #FF9074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9074; }

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

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

background-color css

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

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

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

border-color css

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

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

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