Html Css Color HEX #FE9482 Vivid Tangerine

📋 copy color: '#FE9482'

red 254 ◦ green 148 ◦ blue 130

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

Shades of Vivid Tangerine #FE9482

Tints of Vivid Tangerine #FE9482

RGB

 RED value IS 254 (99.61% from 255) = 47.74%

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

 BLUE value IS 130 (51.17% from 255) = 24.44%

R = 47.74%
G = 27.82%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE9482 (or 0xFE9482) is known color: Vivid Tangerine. HEX triplet: FE, 94 and 82. RGB value is (254,148,130). Sum of RGB (Red+Green+Blue) = 254+148+130=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9482 is #016B7D. Grayscale: #B1B1B1. Windows color (decimal): -93054 or 8557822. OLE color: 8557822.

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

Color convert

RGB 254 148 130 -
CMYK 0 0.42 0.49 0.00
HSL 8.71º 0.98% 0.75% -
HSV(B) 8.71º 0.49% 1% -
XYZ 55.49 43.86 26.66 -
YUV 177.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 254 148 130 0 0.42 0.49 0.00 8.71 0.98 0.75
Hex FE 94 82 0 2A 31 0 9 62 4B
Octal 376 224 202 0 52 61 0 11 142 113
Binary 11111110 10010100 10000010 0 101010 110001 0 1001 1100010 1001011

Color Harmonies of #FE9482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9482

Black with #FE9482

Text Example


Text Example

White with #FE9482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9482; }

 p { color: rgb(254,148,130); }

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

background-color css

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

 a { background-color: rgb(254,148,130); }

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

border-color css

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

 span { border-color: rgb(254,148,130); }

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