Html Css Color HEX #FE957A Vivid Tangerine

📋 copy color: '#FE957A'

red 254 ◦ green 149 ◦ blue 122

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

Shades of Vivid Tangerine #FE957A

Tints of Vivid Tangerine #FE957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.38%

 BLUE value IS 122 (48.05% from 255) = 23.24%

R = 48.38%
G = 28.38%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE957A (or 0xFE957A) is known color: Vivid Tangerine. HEX triplet: FE, 95 and 7A. RGB value is (254,149,122). Sum of RGB (Red+Green+Blue) = 254+149+122=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE957A is #016A85. Grayscale: #B1B1B1. Windows color (decimal): -92806 or 8033790. OLE color: 8033790.

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

Color convert

RGB 254 149 122 -
CMYK 0 0.41 0.52 0.00
HSL 12.27º 0.99% 0.74% -
HSV(B) 12.27º 0.52% 1% -
XYZ 55.13 43.97 23.99 -
YUV 177.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 254 149 122 0 0.41 0.52 0.00 12.27 0.99 0.74
Hex FE 95 7A 0 29 34 0 C 63 4A
Octal 376 225 172 0 51 64 0 14 143 112
Binary 11111110 10010101 1111010 0 101001 110100 0 1100 1100011 1001010

Color Harmonies of #FE957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE957A

Black with #FE957A

Text Example


Text Example

White with #FE957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE957A; }

 p { color: rgb(254,149,122); }

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

background-color css

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

 a { background-color: rgb(254,149,122); }

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

border-color css

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

 span { border-color: rgb(254,149,122); }

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