Html Css Color HEX #FE9272 Vivid Tangerine

📋 copy color: '#FE9272'

red 254 ◦ green 146 ◦ blue 114

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

Shades of Vivid Tangerine #FE9272

Tints of Vivid Tangerine #FE9272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.4%

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

R = 49.42%
G = 28.4%
B = 22.18%

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

#FE9272 (or 0xFE9272) is known color: Vivid Tangerine. HEX triplet: FE, 92 and 72. RGB value is (254,146,114). Sum of RGB (Red+Green+Blue) = 254+146+114=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9272 is #016D8D. Grayscale: #AEAEAE. Windows color (decimal): -93582 or 7508734. OLE color: 7508734.

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

Color convert

RGB 254 146 114 -
CMYK 0 0.43 0.55 0.00
HSL 13.71º 0.99% 0.72% -
HSV(B) 13.71º 0.55% 1% -
XYZ 54.19 42.84 21.33 -
YUV 174.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 254 146 114 0 0.43 0.55 0.00 13.71 0.99 0.72
Hex FE 92 72 0 2B 37 0 E 63 48
Octal 376 222 162 0 53 67 0 16 143 110
Binary 11111110 10010010 1110010 0 101011 110111 0 1110 1100011 1001000

Color Harmonies of #FE9272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9272

Black with #FE9272

Text Example


Text Example

White with #FE9272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9272; }

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

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

background-color css

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

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

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

border-color css

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

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

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