Html Css Color HEX #FCB07E Tacao

📋 copy color: '#FCB07E'

red 252 ◦ green 176 ◦ blue 126

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

Shades of Tacao #FCB07E

Tints of Tacao #FCB07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.74%

R = 45.49%
G = 31.77%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FCB07E (or 0xFCB07E) is known color: Tacao. HEX triplet: FC, B0 and 7E. RGB value is (252,176,126). Sum of RGB (Red+Green+Blue) = 252+176+126=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB07E is #034F81. Grayscale: #C1C1C1. Windows color (decimal): -216962 or 8302844. OLE color: 8302844.

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

Color convert

RGB 252 176 126 -
CMYK 0 0.30 0.5 0.01
HSL 23.81º 0.95% 0.74% -
HSV(B) 23.81º 0.5% 0.99% -
XYZ 59.44 53.25 26.88 -
YUV 193.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 252 176 126 0 0.30 0.5 0.01 23.81 0.95 0.74
Hex FC B0 7E 0 1E 32 1 18 5F 4A
Octal 374 260 176 0 36 62 1 30 137 112
Binary 11111100 10110000 1111110 0 11110 110010 1 11000 1011111 1001010

Color Harmonies of #FCB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB07E

Black with #FCB07E

Text Example


Text Example

White with #FCB07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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