Html Css Color HEX #FDA082 Vivid Tangerine

📋 copy color: '#FDA082'

red 253 ◦ green 160 ◦ blue 130

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

Shades of Vivid Tangerine #FDA082

Tints of Vivid Tangerine #FDA082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.94%

R = 46.59%
G = 29.47%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDA082 (or 0xFDA082) is known color: Vivid Tangerine. HEX triplet: FD, A0 and 82. RGB value is (253,160,130). Sum of RGB (Red+Green+Blue) = 253+160+130=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA082 is #025F7D. Grayscale: #B8B8B8. Windows color (decimal): -155518 or 8560893. OLE color: 8560893.

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

Color convert

RGB 253 160 130 -
CMYK 0 0.37 0.49 0.01
HSL 14.63º 0.97% 0.75% -
HSV(B) 14.63º 0.49% 0.99% -
XYZ 57.11 47.64 27.3 -
YUV 184.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 253 160 130 0 0.37 0.49 0.01 14.63 0.97 0.75
Hex FD A0 82 0 25 31 1 F 61 4B
Octal 375 240 202 0 45 61 1 17 141 113
Binary 11111101 10100000 10000010 0 100101 110001 1 1111 1100001 1001011

Color Harmonies of #FDA082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA082

Black with #FDA082

Text Example


Text Example

White with #FDA082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA082; }

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

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

background-color css

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

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

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

border-color css

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

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

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