Html Css Color HEX #FE9072 Vivid Tangerine

📋 copy color: '#FE9072'

red 254 ◦ green 144 ◦ blue 114

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

Shades of Vivid Tangerine #FE9072

Tints of Vivid Tangerine #FE9072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.27%

R = 49.61%
G = 28.13%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE9072 (or 0xFE9072) is known color: Vivid Tangerine. HEX triplet: FE, 90 and 72. RGB value is (254,144,114). Sum of RGB (Red+Green+Blue) = 254+144+114=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9072 is #016F8D. Grayscale: #ADADAD. Windows color (decimal): -94094 or 7508222. OLE color: 7508222.

HSL color Cylindrical-coordinate representation of color #FE9072: hue angle of 12.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE9072 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 144 114 -
CMYK 0 0.43 0.55 0.00
HSL 12.86º 0.99% 0.72% -
HSV(B) 12.86º 0.55% 1% -
XYZ 53.88 42.23 21.23 -
YUV 173.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 254 144 114 0 0.43 0.55 0.00 12.86 0.99 0.72
Hex FE 90 72 0 2B 37 0 D 63 48
Octal 376 220 162 0 53 67 0 15 143 110
Binary 11111110 10010000 1110010 0 101011 110111 0 1101 1100011 1001000

Color Harmonies of #FE9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9072

Black with #FE9072

Text Example


Text Example

White with #FE9072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9072; }

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

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

background-color css

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

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

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

border-color css

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

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

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