Html Css Color HEX #FDB17F Tacao

📋 copy color: '#FDB17F'

red 253 ◦ green 177 ◦ blue 127

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

Shades of Tacao #FDB17F

Tints of Tacao #FDB17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.8%

R = 45.42%
G = 31.78%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDB17F (or 0xFDB17F) is known color: Tacao. HEX triplet: FD, B1 and 7F. RGB value is (253,177,127). Sum of RGB (Red+Green+Blue) = 253+177+127=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB17F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB17F is #024E80. Grayscale: #C2C2C2. Windows color (decimal): -151169 or 8368637. OLE color: 8368637.

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

Color convert

RGB 253 177 127 -
CMYK 0 0.30 0.50 0.01
HSL 23.81º 0.97% 0.75% -
HSV(B) 23.81º 0.5% 0.99% -
XYZ 60.06 53.86 27.31 -
YUV 194.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 253 177 127 0 0.30 0.50 0.01 23.81 0.97 0.75
Hex FD B1 7F 0 1E 32 1 18 61 4B
Octal 375 261 177 0 36 62 1 30 141 113
Binary 11111101 10110001 1111111 0 11110 110010 1 11000 1100001 1001011

Color Harmonies of #FDB17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB17F

Black with #FDB17F

Text Example


Text Example

White with #FDB17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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