Html Css Color HEX #FCB07B Tacao

📋 copy color: '#FCB07B'

red 252 ◦ green 176 ◦ blue 123

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

Shades of Tacao #FCB07B

Tints of Tacao #FCB07B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.94%

 BLUE value IS 123 (48.44% from 255) = 22.32%

R = 45.74%
G = 31.94%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCB07B (or 0xFCB07B) is known color: Tacao. HEX triplet: FC, B0 and 7B. RGB value is (252,176,123). Sum of RGB (Red+Green+Blue) = 252+176+123=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB07B is #034F84. Grayscale: #C0C0C0. Windows color (decimal): -216965 or 8106236. OLE color: 8106236.

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

Color convert

RGB 252 176 123 -
CMYK 0 0.30 0.51 0.01
HSL 24.65º 0.96% 0.74% -
HSV(B) 24.65º 0.51% 0.99% -
XYZ 59.25 53.18 25.88 -
YUV 192.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 252 176 123 0 0.30 0.51 0.01 24.65 0.96 0.74
Hex FC B0 7B 0 1E 33 1 19 60 4A
Octal 374 260 173 0 36 63 1 31 140 112
Binary 11111100 10110000 1111011 0 11110 110011 1 11001 1100000 1001010

Color Harmonies of #FCB07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB07B

Black with #FCB07B

Text Example


Text Example

White with #FCB07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB07B; }

 p { color: rgb(252,176,123); }

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

background-color css

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

 a { background-color: rgb(252,176,123); }

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

border-color css

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

 span { border-color: rgb(252,176,123); }

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