Html Css Color HEX #FCB07D Tacao

📋 copy color: '#FCB07D'

red 252 ◦ green 176 ◦ blue 125

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

Shades of Tacao #FCB07D

Tints of Tacao #FCB07D

RGB

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

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

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

R = 45.57%
G = 31.83%
B = 22.6%

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

#FCB07D (or 0xFCB07D) is known color: Tacao. HEX triplet: FC, B0 and 7D. RGB value is (252,176,125). Sum of RGB (Red+Green+Blue) = 252+176+125=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB07D is #034F82. Grayscale: #C1C1C1. Windows color (decimal): -216963 or 8237308. OLE color: 8237308.

HSL color Cylindrical-coordinate representation of color #FCB07D: hue angle of 24.09º 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 #FCB07D is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 176 125 -
CMYK 0 0.30 0.50 0.01
HSL 24.09º 0.95% 0.74% -
HSV(B) 24.09º 0.5% 0.99% -
XYZ 59.37 53.23 26.55 -
YUV 192.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 252 176 125 0 0.30 0.50 0.01 24.09 0.95 0.74
Hex FC B0 7D 0 1E 32 1 18 5F 4A
Octal 374 260 175 0 36 62 1 30 137 112
Binary 11111100 10110000 1111101 0 11110 110010 1 11000 1011111 1001010

Color Harmonies of #FCB07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB07D

Black with #FCB07D

Text Example


Text Example

White with #FCB07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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