Html Css Color HEX #FDB17A Tacao

📋 copy color: '#FDB17A'

red 253 ◦ green 177 ◦ blue 122

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

Shades of Tacao #FDB17A

Tints of Tacao #FDB17A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.07%

 BLUE value IS 122 (48.05% from 255) = 22.1%

R = 45.83%
G = 32.07%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDB17A (or 0xFDB17A) is known color: Tacao. HEX triplet: FD, B1 and 7A. RGB value is (253,177,122). Sum of RGB (Red+Green+Blue) = 253+177+122=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB17A is #024E85. Grayscale: #C1C1C1. Windows color (decimal): -151174 or 8040957. OLE color: 8040957.

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

Color convert

RGB 253 177 122 -
CMYK 0 0.30 0.52 0.01
HSL 25.19º 0.97% 0.74% -
HSV(B) 25.19º 0.52% 0.99% -
XYZ 59.74 53.73 25.63 -
YUV 193.45 87.68 170.47 -
System Red Green Blue C M Y K H S L
Decimal 253 177 122 0 0.30 0.52 0.01 25.19 0.97 0.74
Hex FD B1 7A 0 1E 34 1 19 61 4A
Octal 375 261 172 0 36 64 1 31 141 112
Binary 11111101 10110001 1111010 0 11110 110100 1 11001 1100001 1001010

Color Harmonies of #FDB17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB17A

Black with #FDB17A

Text Example


Text Example

White with #FDB17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB17A; }

 p { color: rgb(253,177,122); }

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

background-color css

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

 a { background-color: rgb(253,177,122); }

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

border-color css

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

 span { border-color: rgb(253,177,122); }

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