Html Css Color HEX #FE907D Vivid Tangerine

📋 copy color: '#FE907D'

red 254 ◦ green 144 ◦ blue 125

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

Shades of Vivid Tangerine #FE907D

Tints of Vivid Tangerine #FE907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.53%

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

R = 48.57%
G = 27.53%
B = 23.9%

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

#FE907D (or 0xFE907D) is known color: Vivid Tangerine. HEX triplet: FE, 90 and 7D. RGB value is (254,144,125). Sum of RGB (Red+Green+Blue) = 254+144+125=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE907D is #016F82. Grayscale: #AEAEAE. Windows color (decimal): -94083 or 8229118. OLE color: 8229118.

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

Color convert

RGB 254 144 125 -
CMYK 0 0.43 0.51 0.00
HSL 8.84º 0.98% 0.74% -
HSV(B) 8.84º 0.51% 1% -
XYZ 54.55 42.5 24.73 -
YUV 174.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 254 144 125 0 0.43 0.51 0.00 8.84 0.98 0.74
Hex FE 90 7D 0 2B 33 0 9 62 4A
Octal 376 220 175 0 53 63 0 11 142 112
Binary 11111110 10010000 1111101 0 101011 110011 0 1001 1100010 1001010

Color Harmonies of #FE907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE907D

Black with #FE907D

Text Example


Text Example

White with #FE907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE907D; }

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

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

background-color css

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

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

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

border-color css

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

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

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