Html Css Color HEX #FE967C Vivid Tangerine

📋 copy color: '#FE967C'

red 254 ◦ green 150 ◦ blue 124

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

Shades of Vivid Tangerine #FE967C

Tints of Vivid Tangerine #FE967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.41%

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

R = 48.11%
G = 28.41%
B = 23.48%

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

#FE967C (or 0xFE967C) is known color: Vivid Tangerine. HEX triplet: FE, 96 and 7C. RGB value is (254,150,124). Sum of RGB (Red+Green+Blue) = 254+150+124=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE967C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE967C is #016983. Grayscale: #B2B2B2. Windows color (decimal): -92548 or 8165118. OLE color: 8165118.

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

Color convert

RGB 254 150 124 -
CMYK 0 0.41 0.51 0.00
HSL 12º 0.98% 0.74% -
HSV(B) 12º 0.51% 1% -
XYZ 55.42 44.34 24.71 -
YUV 178.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 254 150 124 0 0.41 0.51 0.00 12 0.98 0.74
Hex FE 96 7C 0 29 33 0 C 62 4A
Octal 376 226 174 0 51 63 0 14 142 112
Binary 11111110 10010110 1111100 0 101001 110011 0 1100 1100010 1001010

Color Harmonies of #FE967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE967C

Black with #FE967C

Text Example


Text Example

White with #FE967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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