Html Css Color HEX #FE8C7F Vivid Tangerine

📋 copy color: '#FE8C7F'

red 254 ◦ green 140 ◦ blue 127

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

Shades of Vivid Tangerine #FE8C7F

Tints of Vivid Tangerine #FE8C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.87%

 BLUE value IS 127 (50% from 255) = 24.38%

R = 48.75%
G = 26.87%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE8C7F (or 0xFE8C7F) is known color: Vivid Tangerine. HEX triplet: FE, 8C and 7F. RGB value is (254,140,127). Sum of RGB (Red+Green+Blue) = 254+140+127=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C7F is #017380. Grayscale: #ACACAC. Windows color (decimal): -95105 or 8359166. OLE color: 8359166.

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

Color convert

RGB 254 140 127 -
CMYK 0 0.45 0.50 0.00
HSL 6.14º 0.98% 0.75% -
HSV(B) 6.14º 0.5% 1% -
XYZ 54.08 41.36 25.21 -
YUV 172.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 254 140 127 0 0.45 0.50 0.00 6.14 0.98 0.75
Hex FE 8C 7F 0 2D 32 0 6 62 4B
Octal 376 214 177 0 55 62 0 6 142 113
Binary 11111110 10001100 1111111 0 101101 110010 0 110 1100010 1001011

Color Harmonies of #FE8C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C7F

Black with #FE8C7F

Text Example


Text Example

White with #FE8C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C7F; }

 p { color: rgb(254,140,127); }

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

background-color css

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

 a { background-color: rgb(254,140,127); }

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

border-color css

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

 span { border-color: rgb(254,140,127); }

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