Html Css Color HEX #FDA286 Vivid Tangerine

📋 copy color: '#FDA286'

red 253 ◦ green 162 ◦ blue 134

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

Shades of Vivid Tangerine #FDA286

Tints of Vivid Tangerine #FDA286

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.51%

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

R = 46.08%
G = 29.51%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDA286 (or 0xFDA286) is known color: Vivid Tangerine. HEX triplet: FD, A2 and 86. RGB value is (253,162,134). Sum of RGB (Red+Green+Blue) = 253+162+134=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA286 is #025D79. Grayscale: #BABABA. Windows color (decimal): -155002 or 8823549. OLE color: 8823549.

HSL color Cylindrical-coordinate representation of color #FDA286: hue angle of 14.12º 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 #FDA286 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 162 134 -
CMYK 0 0.36 0.47 0.01
HSL 14.12º 0.97% 0.76% -
HSV(B) 14.12º 0.47% 0.99% -
XYZ 57.73 48.44 28.86 -
YUV 186.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 253 162 134 0 0.36 0.47 0.01 14.12 0.97 0.76
Hex FD A2 86 0 24 2F 1 E 61 4C
Octal 375 242 206 0 44 57 1 16 141 114
Binary 11111101 10100010 10000110 0 100100 101111 1 1110 1100001 1001100

Color Harmonies of #FDA286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA286

Black with #FDA286

Text Example


Text Example

White with #FDA286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA286; }

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

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

background-color css

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

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

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

border-color css

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

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

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