Html Css Color HEX #FDA086 Vivid Tangerine

📋 copy color: '#FDA086'

red 253 ◦ green 160 ◦ blue 134

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

Shades of Vivid Tangerine #FDA086

Tints of Vivid Tangerine #FDA086

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.25%

 BLUE value IS 134 (52.73% from 255) = 24.5%

R = 46.25%
G = 29.25%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDA086 (or 0xFDA086) is known color: Vivid Tangerine. HEX triplet: FD, A0 and 86. RGB value is (253,160,134). Sum of RGB (Red+Green+Blue) = 253+160+134=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA086 is #025F79. Grayscale: #B9B9B9. Windows color (decimal): -155514 or 8823037. OLE color: 8823037.

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

Color convert

RGB 253 160 134 -
CMYK 0 0.37 0.47 0.01
HSL 13.11º 0.97% 0.76% -
HSV(B) 13.11º 0.47% 0.99% -
XYZ 57.38 47.75 28.75 -
YUV 184.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 253 160 134 0 0.37 0.47 0.01 13.11 0.97 0.76
Hex FD A0 86 0 25 2F 1 D 61 4C
Octal 375 240 206 0 45 57 1 15 141 114
Binary 11111101 10100000 10000110 0 100101 101111 1 1101 1100001 1001100

Color Harmonies of #FDA086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA086

Black with #FDA086

Text Example


Text Example

White with #FDA086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA086; }

 p { color: rgb(253,160,134); }

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

background-color css

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

 a { background-color: rgb(253,160,134); }

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

border-color css

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

 span { border-color: rgb(253,160,134); }

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