Html Css Color HEX #FCB17D Tacao

📋 copy color: '#FCB17D'

red 252 ◦ green 177 ◦ blue 125

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

Shades of Tacao #FCB17D

Tints of Tacao #FCB17D

RGB

 RED value IS 252 (98.83% from 255) = 45.49%

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

 BLUE value IS 125 (49.22% from 255) = 22.56%

R = 45.49%
G = 31.95%
B = 22.56%

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

#FCB17D (or 0xFCB17D) is known color: Tacao. HEX triplet: FC, B1 and 7D. RGB value is (252,177,125). Sum of RGB (Red+Green+Blue) = 252+177+125=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB17D is #034E82. Grayscale: #C1C1C1. Windows color (decimal): -216707 or 8237564. OLE color: 8237564.

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

Color convert

RGB 252 177 125 -
CMYK 0 0.30 0.50 0.01
HSL 24.57º 0.95% 0.74% -
HSV(B) 24.57º 0.5% 0.99% -
XYZ 59.57 53.62 26.61 -
YUV 193.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 252 177 125 0 0.30 0.50 0.01 24.57 0.95 0.74
Hex FC B1 7D 0 1E 32 1 19 5F 4A
Octal 374 261 175 0 36 62 1 31 137 112
Binary 11111100 10110001 1111101 0 11110 110010 1 11001 1011111 1001010

Color Harmonies of #FCB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB17D

Black with #FCB17D

Text Example


Text Example

White with #FCB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB17D; }

 p { color: rgb(252,177,125); }

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

background-color css

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

 a { background-color: rgb(252,177,125); }

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

border-color css

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

 span { border-color: rgb(252,177,125); }

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