Html Css Color HEX #FE9B7D Vivid Tangerine

📋 copy color: '#FE9B7D'

red 254 ◦ green 155 ◦ blue 125

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

Shades of Vivid Tangerine #FE9B7D

Tints of Vivid Tangerine #FE9B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.03%

 BLUE value IS 125 (49.22% from 255) = 23.41%

R = 47.57%
G = 29.03%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE9B7D (or 0xFE9B7D) is known color: Vivid Tangerine. HEX triplet: FE, 9B and 7D. RGB value is (254,155,125). Sum of RGB (Red+Green+Blue) = 254+155+125=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9B7D is #016482. Grayscale: #B5B5B5. Windows color (decimal): -91267 or 8231934. OLE color: 8231934.

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

Color convert

RGB 254 155 125 -
CMYK 0 0.39 0.51 0.00
HSL 13.95º 0.98% 0.74% -
HSV(B) 13.95º 0.51% 1% -
XYZ 56.3 45.99 25.31 -
YUV 181.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 254 155 125 0 0.39 0.51 0.00 13.95 0.98 0.74
Hex FE 9B 7D 0 27 33 0 E 62 4A
Octal 376 233 175 0 47 63 0 16 142 112
Binary 11111110 10011011 1111101 0 100111 110011 0 1110 1100010 1001010

Color Harmonies of #FE9B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9B7D

Black with #FE9B7D

Text Example


Text Example

White with #FE9B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9B7D; }

 p { color: rgb(254,155,125); }

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

background-color css

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

 a { background-color: rgb(254,155,125); }

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

border-color css

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

 span { border-color: rgb(254,155,125); }

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