Html Css Color HEX #FE947C Vivid Tangerine

📋 copy color: '#FE947C'

red 254 ◦ green 148 ◦ blue 124

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

Shades of Vivid Tangerine #FE947C

Tints of Vivid Tangerine #FE947C

RGB

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

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

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

R = 48.29%
G = 28.14%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE947C (or 0xFE947C) is known color: Vivid Tangerine. HEX triplet: FE, 94 and 7C. RGB value is (254,148,124). Sum of RGB (Red+Green+Blue) = 254+148+124=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE947C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE947C is #016B83. Grayscale: #B1B1B1. Windows color (decimal): -93060 or 8164606. OLE color: 8164606.

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

Color convert

RGB 254 148 124 -
CMYK 0 0.42 0.51 0.00
HSL 11.08º 0.98% 0.74% -
HSV(B) 11.08º 0.51% 1% -
XYZ 55.1 43.71 24.6 -
YUV 176.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 254 148 124 0 0.42 0.51 0.00 11.08 0.98 0.74
Hex FE 94 7C 0 2A 33 0 B 62 4A
Octal 376 224 174 0 52 63 0 13 142 112
Binary 11111110 10010100 1111100 0 101010 110011 0 1011 1100010 1001010

Color Harmonies of #FE947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE947C

Black with #FE947C

Text Example


Text Example

White with #FE947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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