Html Css Color HEX #FD9273 Vivid Tangerine

📋 copy color: '#FD9273'

red 253 ◦ green 146 ◦ blue 115

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

Shades of Vivid Tangerine #FD9273

Tints of Vivid Tangerine #FD9273

RGB

 RED value IS 253 (99.22% from 255) = 49.22%

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

 BLUE value IS 115 (45.31% from 255) = 22.37%

R = 49.22%
G = 28.4%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD9273 (or 0xFD9273) is known color: Vivid Tangerine. HEX triplet: FD, 92 and 73. RGB value is (253,146,115). Sum of RGB (Red+Green+Blue) = 253+146+115=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9273 is #026D8C. Grayscale: #AEAEAE. Windows color (decimal): -159117 or 7574269. OLE color: 7574269.

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

Color convert

RGB 253 146 115 -
CMYK 0 0.42 0.55 0.01
HSL 13.48º 0.97% 0.72% -
HSV(B) 13.48º 0.55% 0.99% -
XYZ 53.88 42.68 21.62 -
YUV 174.46 94.45 184.02 -
System Red Green Blue C M Y K H S L
Decimal 253 146 115 0 0.42 0.55 0.01 13.48 0.97 0.72
Hex FD 92 73 0 2A 37 1 D 61 48
Octal 375 222 163 0 52 67 1 15 141 110
Binary 11111101 10010010 1110011 0 101010 110111 1 1101 1100001 1001000

Color Harmonies of #FD9273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9273

Black with #FD9273

Text Example


Text Example

White with #FD9273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9273; }

 p { color: rgb(253,146,115); }

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

background-color css

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

 a { background-color: rgb(253,146,115); }

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

border-color css

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

 span { border-color: rgb(253,146,115); }

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