Html Css Color HEX #FDA085 Vivid Tangerine

📋 copy color: '#FDA085'

red 253 ◦ green 160 ◦ blue 133

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

Shades of Vivid Tangerine #FDA085

Tints of Vivid Tangerine #FDA085

RGB

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

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

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

R = 46.34%
G = 29.3%
B = 24.36%

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

#FDA085 (or 0xFDA085) is known color: Vivid Tangerine. HEX triplet: FD, A0 and 85. RGB value is (253,160,133). Sum of RGB (Red+Green+Blue) = 253+160+133=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA085 is #025F7A. Grayscale: #B8B8B8. Windows color (decimal): -155515 or 8757501. OLE color: 8757501.

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

Color convert

RGB 253 160 133 -
CMYK 0 0.37 0.47 0.01
HSL 13.5º 0.97% 0.76% -
HSV(B) 13.5º 0.47% 0.99% -
XYZ 57.31 47.72 28.38 -
YUV 184.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 253 160 133 0 0.37 0.47 0.01 13.5 0.97 0.76
Hex FD A0 85 0 25 2F 1 E 61 4C
Octal 375 240 205 0 45 57 1 16 141 114
Binary 11111101 10100000 10000101 0 100101 101111 1 1110 1100001 1001100

Color Harmonies of #FDA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA085

Black with #FDA085

Text Example


Text Example

White with #FDA085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA085; }

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

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

background-color css

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

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

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

border-color css

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

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

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