Html Css Color HEX #FF9474 Vivid Tangerine

📋 copy color: '#FF9474'

red 255 ◦ green 148 ◦ blue 116

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

Shades of Vivid Tangerine #FF9474

Tints of Vivid Tangerine #FF9474

RGB

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

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

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

R = 49.13%
G = 28.52%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF9474 (or 0xFF9474) is known color: Vivid Tangerine. HEX triplet: FF, 94 and 74. RGB value is (255,148,116). Sum of RGB (Red+Green+Blue) = 255+148+116=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9474 is #006B8B. Grayscale: #B0B0B0. Windows color (decimal): -27532 or 7640319. OLE color: 7640319.

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

Color convert

RGB 255 148 116 -
CMYK 0 0.42 0.55 0
HSL 13.81º 1% 0.73% -
HSV(B) 13.81º 0.55% 1% -
XYZ 54.98 43.7 22.06 -
YUV 176.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 255 148 116 0 0.42 0.55 0 13.81 1 0.73
Hex FF 94 74 0 2A 37 0 E 64 49
Octal 377 224 164 0 52 67 0 16 144 111
Binary 11111111 10010100 1110100 0 101010 110111 0 1110 1100100 1001001

Color Harmonies of #FF9474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9474

Black with #FF9474

Text Example


Text Example

White with #FF9474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9474; }

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

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

background-color css

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

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

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

border-color css

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

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

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