Html Css Color HEX #FE917D Vivid Tangerine

📋 copy color: '#FE917D'

red 254 ◦ green 145 ◦ blue 125

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

Shades of Vivid Tangerine #FE917D

Tints of Vivid Tangerine #FE917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.67%

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

R = 48.47%
G = 27.67%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE917D (or 0xFE917D) is known color: Vivid Tangerine. HEX triplet: FE, 91 and 7D. RGB value is (254,145,125). Sum of RGB (Red+Green+Blue) = 254+145+125=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE917D is #016E82. Grayscale: #AFAFAF. Windows color (decimal): -93827 or 8229374. OLE color: 8229374.

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

Color convert

RGB 254 145 125 -
CMYK 0 0.43 0.51 0.00
HSL 9.3º 0.98% 0.74% -
HSV(B) 9.3º 0.51% 1% -
XYZ 54.7 42.8 24.78 -
YUV 175.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 254 145 125 0 0.43 0.51 0.00 9.3 0.98 0.74
Hex FE 91 7D 0 2B 33 0 9 62 4A
Octal 376 221 175 0 53 63 0 11 142 112
Binary 11111110 10010001 1111101 0 101011 110011 0 1001 1100010 1001010

Color Harmonies of #FE917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE917D

Black with #FE917D

Text Example


Text Example

White with #FE917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE917D; }

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

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

background-color css

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

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

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

border-color css

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

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

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