Html Css Color HEX #FE9A85 Vivid Tangerine

📋 copy color: '#FE9A85'

red 254 ◦ green 154 ◦ blue 133

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

Shades of Vivid Tangerine #FE9A85

Tints of Vivid Tangerine #FE9A85

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.47%

 BLUE value IS 133 (52.34% from 255) = 24.58%

R = 46.95%
G = 28.47%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE9A85 (or 0xFE9A85) is known color: Vivid Tangerine. HEX triplet: FE, 9A and 85. RGB value is (254,154,133). Sum of RGB (Red+Green+Blue) = 254+154+133=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9A85 is #01657A. Grayscale: #B5B5B5. Windows color (decimal): -91515 or 8755966. OLE color: 8755966.

HSL color Cylindrical-coordinate representation of color #FE9A85: hue angle of 10.41º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE9A85 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 154 133 -
CMYK 0 0.39 0.48 0.00
HSL 10.41º 0.98% 0.76% -
HSV(B) 10.41º 0.48% 1% -
XYZ 56.66 45.88 28.06 -
YUV 181.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 254 154 133 0 0.39 0.48 0.00 10.41 0.98 0.76
Hex FE 9A 85 0 27 30 0 A 62 4C
Octal 376 232 205 0 47 60 0 12 142 114
Binary 11111110 10011010 10000101 0 100111 110000 0 1010 1100010 1001100

Color Harmonies of #FE9A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9A85

Black with #FE9A85

Text Example


Text Example

White with #FE9A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9A85; }

 p { color: rgb(254,154,133); }

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

background-color css

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

 a { background-color: rgb(254,154,133); }

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

border-color css

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

 span { border-color: rgb(254,154,133); }

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