Html Css Color HEX #FE957C Vivid Tangerine

📋 copy color: '#FE957C'

red 254 ◦ green 149 ◦ blue 124

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

Shades of Vivid Tangerine #FE957C

Tints of Vivid Tangerine #FE957C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.53%

R = 48.2%
G = 28.27%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE957C (or 0xFE957C) is known color: Vivid Tangerine. HEX triplet: FE, 95 and 7C. RGB value is (254,149,124). Sum of RGB (Red+Green+Blue) = 254+149+124=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE957C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE957C is #016A83. Grayscale: #B1B1B1. Windows color (decimal): -92804 or 8164862. OLE color: 8164862.

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

Color convert

RGB 254 149 124 -
CMYK 0 0.41 0.51 0.00
HSL 11.54º 0.98% 0.74% -
HSV(B) 11.54º 0.51% 1% -
XYZ 55.26 44.02 24.65 -
YUV 177.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 254 149 124 0 0.41 0.51 0.00 11.54 0.98 0.74
Hex FE 95 7C 0 29 33 0 C 62 4A
Octal 376 225 174 0 51 63 0 14 142 112
Binary 11111110 10010101 1111100 0 101001 110011 0 1100 1100010 1001010

Color Harmonies of #FE957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE957C

Black with #FE957C

Text Example


Text Example

White with #FE957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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