Html Css Color HEX #FF9478 Vivid Tangerine

📋 copy color: '#FF9478'

red 255 ◦ green 148 ◦ blue 120

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

Shades of Vivid Tangerine #FF9478

Tints of Vivid Tangerine #FF9478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.94%

R = 48.76%
G = 28.3%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF9478 (or 0xFF9478) is known color: Vivid Tangerine. HEX triplet: FF, 94 and 78. RGB value is (255,148,120). Sum of RGB (Red+Green+Blue) = 255+148+120=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9478 is #006B87. Grayscale: #B1B1B1. Windows color (decimal): -27528 or 7902463. OLE color: 7902463.

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

Color convert

RGB 255 148 120 -
CMYK 0 0.42 0.53 0
HSL 12.44º 1% 0.74% -
HSV(B) 12.44º 0.53% 1% -
XYZ 55.22 43.8 23.31 -
YUV 176.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 255 148 120 0 0.42 0.53 0 12.44 1 0.74
Hex FF 94 78 0 2A 35 0 C 64 4A
Octal 377 224 170 0 52 65 0 14 144 112
Binary 11111111 10010100 1111000 0 101010 110101 0 1100 1100100 1001010

Color Harmonies of #FF9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9478

Black with #FF9478

Text Example


Text Example

White with #FF9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9478; }

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

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

background-color css

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

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

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

border-color css

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

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

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