Html Css Color HEX #FE907E Vivid Tangerine

📋 copy color: '#FE907E'

red 254 ◦ green 144 ◦ blue 126

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

Shades of Vivid Tangerine #FE907E

Tints of Vivid Tangerine #FE907E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.05%

R = 48.47%
G = 27.48%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE907E (or 0xFE907E) is known color: Vivid Tangerine. HEX triplet: FE, 90 and 7E. RGB value is (254,144,126). Sum of RGB (Red+Green+Blue) = 254+144+126=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE907E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE907E is #016F81. Grayscale: #AFAFAF. Windows color (decimal): -94082 or 8294654. OLE color: 8294654.

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

Color convert

RGB 254 144 126 -
CMYK 0 0.43 0.50 0.00
HSL 8.44º 0.98% 0.75% -
HSV(B) 8.44º 0.5% 1% -
XYZ 54.61 42.52 25.07 -
YUV 174.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 254 144 126 0 0.43 0.50 0.00 8.44 0.98 0.75
Hex FE 90 7E 0 2B 32 0 8 62 4B
Octal 376 220 176 0 53 62 0 10 142 113
Binary 11111110 10010000 1111110 0 101011 110010 0 1000 1100010 1001011

Color Harmonies of #FE907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE907E

Black with #FE907E

Text Example


Text Example

White with #FE907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE907E; }

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

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

background-color css

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

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

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

border-color css

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

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

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