Html Css Color HEX #FCB375 Tacao

📋 copy color: '#FCB375'

red 252 ◦ green 179 ◦ blue 117

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

Shades of Tacao #FCB375

Tints of Tacao #FCB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.66%

 BLUE value IS 117 (46.09% from 255) = 21.35%

R = 45.99%
G = 32.66%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCB375 (or 0xFCB375) is known color: Tacao. HEX triplet: FC, B3 and 75. RGB value is (252,179,117). Sum of RGB (Red+Green+Blue) = 252+179+117=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB375 is #034C8A. Grayscale: #C2C2C2. Windows color (decimal): -216203 or 7713788. OLE color: 7713788.

HSL color Cylindrical-coordinate representation of color #FCB375: hue angle of 27.56º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCB375 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 179 117 -
CMYK 0 0.29 0.54 0.01
HSL 27.56º 0.96% 0.72% -
HSV(B) 27.56º 0.54% 0.99% -
XYZ 59.48 54.22 24.16 -
YUV 193.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 252 179 117 0 0.29 0.54 0.01 27.56 0.96 0.72
Hex FC B3 75 0 1D 36 1 1C 60 48
Octal 374 263 165 0 35 66 1 34 140 110
Binary 11111100 10110011 1110101 0 11101 110110 1 11100 1100000 1001000

Color Harmonies of #FCB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB375

Black with #FCB375

Text Example


Text Example

White with #FCB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB375; }

 p { color: rgb(252,179,117); }

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

background-color css

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

 a { background-color: rgb(252,179,117); }

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

border-color css

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

 span { border-color: rgb(252,179,117); }

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